This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b2afe9 Fix LLVMBuild.txt typo. NFC new 445d3cf [DAGCombine][InstCombine] Fix inverted if condition in equiva [...] new 78c95b3 [CodeGenPrep] move aarch64-type-promotion to CGP
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/Analysis/TargetTransformInfo.h | 14 +- include/llvm/Analysis/TargetTransformInfoImpl.h | 7 + lib/Analysis/TargetTransformInfo.cpp | 6 + lib/CodeGen/CodeGenPrepare.cpp | 288 +++++++++++++++++---- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 32 +++ lib/Target/AArch64/AArch64TargetTransformInfo.h | 4 + lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 2 +- .../CodeGen/AArch64/aarch64-codegen-prepare-atp.ll | 68 +++++ test/CodeGen/AArch64/arm64-addr-type-promotion.ll | 11 +- 11 files changed, 376 insertions(+), 60 deletions(-) create mode 100644 test/CodeGen/AArch64/aarch64-codegen-prepare-atp.ll