This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 796005d4a19 Revert "StructurizeCFG: Test for branch divergence correctly" new a722c841ff6 [X86] Remove GCCBuiltin from some intrinsics that are no lo [...] new 525aa021156 [X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_ps2dq [...] new ad53ca98c6b [X86] Add cvt tests to avx512vl-intrinsics-fast-isel.ll
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/IntrinsicsX86.td | 27 +- lib/Target/X86/X86InstrMMX.td | 2 +- lib/Target/X86/X86InstrSSE.td | 14 +- lib/Target/X86/X86IntrinsicsInfo.h | 2 + test/CodeGen/X86/avx-intrinsics-x86.ll | 13 +- test/CodeGen/X86/avx-schedule.ll | 2 +- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 1312 +++++++++++++++++++++ test/CodeGen/X86/sse2-intrinsics-x86.ll | 13 +- 8 files changed, 1351 insertions(+), 34 deletions(-)