This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 44048f6af6d [X86] Add zero idioms to the haswell, broadwell, and skylak [...] new d36f33ec25a [X86FixupLEAs] Turn optIncDec into a generic two address LE [...]
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/X86FixupLEAs.cpp | 154 ++++++++++++++------- test/CodeGen/X86/GlobalISel/add-ext.ll | 12 +- test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +- test/CodeGen/X86/GlobalISel/gep.ll | 14 +- test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +- test/CodeGen/X86/MergeConsecutiveStores.ll | 4 +- test/CodeGen/X86/atomic-unordered.ll | 2 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 12 +- test/CodeGen/X86/bitreverse.ll | 4 +- test/CodeGen/X86/bswap_tree2.ll | 2 +- test/CodeGen/X86/bypass-slow-division-32.ll | 2 +- test/CodeGen/X86/combine-srem.ll | 2 +- test/CodeGen/X86/dagcombine-shifts.ll | 4 +- test/CodeGen/X86/fixup-bw-copy.ll | 2 +- test/CodeGen/X86/fixup-lea.ll | 4 +- test/CodeGen/X86/imul.ll | 10 +- test/CodeGen/X86/leaFixup32.mir | 2 +- test/CodeGen/X86/leaFixup64.mir | 4 +- test/CodeGen/X86/mul-constant-i16.ll | 2 +- test/CodeGen/X86/mul-constant-i32.ll | 4 +- test/CodeGen/X86/mul-constant-i64.ll | 26 +--- test/CodeGen/X86/mul-constant-i8.ll | 2 +- test/CodeGen/X86/popcnt.ll | 6 +- test/CodeGen/X86/ragreedy-hoist-spill.ll | 2 +- test/CodeGen/X86/reverse_branches.ll | 2 +- test/CodeGen/X86/rotate-extract.ll | 4 +- test/CodeGen/X86/sat-add.ll | 6 +- test/CodeGen/X86/twoaddr-lea.ll | 2 +- test/CodeGen/X86/vector-bitreverse.ll | 4 +- test/CodeGen/X86/win_coreclr_chkstk.ll | 2 +- .../LoopStrengthReduce/X86/ivchain-X86.ll | 8 +- 31 files changed, 176 insertions(+), 132 deletions(-)