This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e239c0c6cf5 [X86] Add explicit mc-encoding checks to X86/viabs.ll. NFC. new bddbeacadb6 [X86] Adding X86 Processor Families new a01e7680ad3 [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to I [...] new 9c3472357ac [GlobalISel][X86] support G_FPEXT operation.
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 | 88 ---------------------- lib/IR/AutoUpgrade.cpp | 27 ++++++- lib/Target/X86/X86.td | 30 +++++++- lib/Target/X86/X86IntrinsicsInfo.h | 18 ----- lib/Target/X86/X86LegalizerInfo.cpp | 4 + lib/Target/X86/X86RegisterBankInfo.cpp | 14 +++- lib/Target/X86/X86Subtarget.cpp | 14 ++++ lib/Target/X86/X86Subtarget.h | 20 ++++- test/CodeGen/X86/GlobalISel/fpext-scalar.ll | 12 +++ .../X86/GlobalISel/legalize-fpext-scalar.mir | 33 ++++++++ .../X86/GlobalISel/regbankselect-X86_64.mir | 30 +++++++- .../CodeGen/X86/GlobalISel/select-fpext-scalar.mir | 40 ++++++++++ test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 18 +++-- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 31 ++++++++ test/CodeGen/X86/avx2-intrinsics-x86.ll | 79 ++++--------------- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 33 ++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 32 -------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 48 ++++++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 50 ------------ test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 65 ++++++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 64 ---------------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 65 ++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 64 ---------------- test/CodeGen/X86/combine-abs.ll | 19 +++-- test/CodeGen/X86/ssse3-intrinsics-fast-isel.ll | 18 +++-- 25 files changed, 509 insertions(+), 407 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/fpext-scalar.ll create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fpext-scalar.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-fpext-scalar.mir