This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4e1c32fd73 [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForC [...] new 95bb5cd8a23 [X86][AVX512] Make i1 illegal in the CodeGen
The 1 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: lib/Target/X86/X86CallingConv.td | 42 ++-- lib/Target/X86/X86FastISel.cpp | 7 - lib/Target/X86/X86ISelLowering.cpp | 115 +++++----- lib/Target/X86/X86InstrAVX512.td | 132 +++++------ lib/Target/X86/X86InstrFragmentsSIMD.td | 6 +- lib/Target/X86/X86RegisterInfo.td | 4 +- test/CodeGen/X86/avx512-cmp.ll | 81 +++---- test/CodeGen/X86/avx512-cvt.ll | 4 +- test/CodeGen/X86/avx512-ext.ll | 24 +- test/CodeGen/X86/avx512-fsel.ll | 24 +- test/CodeGen/X86/avx512-i1test.ll | 5 +- test/CodeGen/X86/avx512-insert-extract.ll | 220 +++++++++---------- test/CodeGen/X86/avx512-insert-extract_i1.ll | 5 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 72 +++--- test/CodeGen/X86/avx512-intrinsics.ll | 281 ++++++++++-------------- test/CodeGen/X86/avx512-load-store.ll | 8 +- test/CodeGen/X86/avx512-mask-bugfix.ll | 57 ----- test/CodeGen/X86/avx512-mask-op.ll | 151 +++++-------- test/CodeGen/X86/avx512-memfold.ll | 5 - test/CodeGen/X86/avx512-regcall-NoMask.ll | 32 +-- test/CodeGen/X86/avx512-scalar_mask.ll | 14 +- test/CodeGen/X86/avx512-select.ll | 4 +- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 7 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 10 - test/CodeGen/X86/avx512er-intrinsics.ll | 6 - test/CodeGen/X86/fast-isel-load-i1.ll | 4 +- test/CodeGen/X86/fma-fneg-combine.ll | 5 +- test/CodeGen/X86/masked_gather_scatter.ll | 34 +-- test/CodeGen/X86/pr27591.ll | 18 +- test/CodeGen/X86/pr28173.ll | 20 +- test/CodeGen/X86/pr32241.ll | 68 +++--- test/CodeGen/X86/pr32256.ll | 36 +-- test/CodeGen/X86/pr32284.ll | 12 - test/CodeGen/X86/pr32451.ll | 6 - test/CodeGen/X86/sse-scalar-fp-arith.ll | 8 +- test/CodeGen/X86/xmulo.ll | 8 +- test/CodeGen/X86/xor-select-i1-combine.ll | 6 +- 37 files changed, 608 insertions(+), 933 deletions(-) delete mode 100644 test/CodeGen/X86/avx512-mask-bugfix.ll