This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 771594b9ab0 [DSE] make sure memory is not modified before partial store [...] new b61aa7b6675 [X86] Add test case for PR32690 new 36a30fc7c9e Revert "[X86] Avoid using high register trick for test inst [...]
The 2 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/X86ISelDAGToDAG.cpp | 78 +++++++++++++++++++++++---------- lib/Target/X86/X86InstrArithmetic.td | 8 ++++ lib/Target/X86/X86InstrInfo.cpp | 3 ++ lib/Target/X86/X86MacroFusion.cpp | 1 + test/CodeGen/X86/add-i64.ll | 27 ++++++++++++ test/CodeGen/X86/test-shrink.ll | 9 ++-- test/CodeGen/X86/testb-je-fusion.ll | 3 +- test/CodeGen/X86/vastart-defs-eflags.ll | 9 ++-- 8 files changed, 109 insertions(+), 29 deletions(-) create mode 100644 test/CodeGen/X86/add-i64.ll