This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dabf82a18f8 [SLP] Fix invalid triple in X86 tests new b3da570deaa [X86] Enable 8-bit OR with disjoint bits to convert to LEA new ebaba96d613 [X86] Allow 8-bit INC/DEC to be converted to LEA. new db8da4672b8 [X86] Enable 8-bit SHL to convert to LEA new 2d90299c795 AMDGPU: Preserve undef flag when expanding SI_IF
The 4 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/AMDGPU/SILowerControlFlow.cpp | 4 +- lib/Target/X86/X86InstrArithmetic.td | 6 +-- lib/Target/X86/X86InstrCompiler.td | 7 +++ lib/Target/X86/X86InstrFoldTables.cpp | 3 ++ lib/Target/X86/X86InstrInfo.cpp | 37 ++++++++++----- lib/Target/X86/X86InstrInfo.h | 3 +- lib/Target/X86/X86InstrShiftRotate.td | 2 +- lib/Target/X86/X86MCInstLower.cpp | 2 + lib/Target/X86/X86MacroFusion.cpp | 2 + test/CodeGen/AMDGPU/si-lower-control-flow.mir | 46 +++++++++++++++---- test/CodeGen/X86/MergeConsecutiveStores.ll | 4 +- test/CodeGen/X86/bitreverse.ll | 52 +++++++++++----------- test/CodeGen/X86/bool-math.ll | 6 +-- test/CodeGen/X86/copy-eflags.ll | 18 ++++---- test/CodeGen/X86/fast-isel-shift.ll | 4 +- test/CodeGen/X86/fshl.ll | 7 +-- test/CodeGen/X86/mul-constant-i8.ll | 12 ++--- test/CodeGen/X86/select.ll | 27 +++++++---- test/CodeGen/X86/select_const.ll | 6 +-- ...old-masked-merge-scalar-constmask-innerouter.ll | 14 +++--- ...asked-merge-scalar-constmask-interleavedbits.ll | 14 +++--- ...merge-scalar-constmask-interleavedbytehalves.ll | 14 +++--- ...unfold-masked-merge-scalar-constmask-lowhigh.ll | 14 +++--- test/CodeGen/X86/vector-bitreverse.ll | 52 +++++++++++----------- 24 files changed, 217 insertions(+), 139 deletions(-)