This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df4849c1dda Revert r300746 (SCEV analysis for or instructions). new 63da689bdf8 [AArch64] Improve code generation for logical instructions [...] new f113d04b8d7 [CodeExtractor] Remove an unneeded level of indirection. NFCI.
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: include/llvm/Target/TargetLowering.h | 53 ++++++----- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 66 +++++++------ lib/Target/AArch64/AArch64ISelLowering.cpp | 139 ++++++++++++++++++++++++++++ lib/Target/AArch64/AArch64ISelLowering.h | 3 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/XCore/XCoreISelLowering.cpp | 4 +- lib/Transforms/Utils/CodeExtractor.cpp | 17 ++-- test/CodeGen/AArch64/optimize-imm.ll | 64 +++++++++++++ 10 files changed, 287 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/AArch64/optimize-imm.ll