This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 87efa54 [AVX-512] Teach X86InstrInfo::getLargestLegalSuperClass to in [...] new 5bfb1b8 [AArch64] Register passes so they can be run by llc
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/AArch64/AArch64.h | 13 +++ lib/Target/AArch64/AArch64A53Fix835769.cpp | 7 +- lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 4 - lib/Target/AArch64/AArch64AddressTypePromotion.cpp | 10 +- lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp | 4 - lib/Target/AArch64/AArch64BranchRelaxation.cpp | 8 -- .../AArch64/AArch64CleanupLocalDynamicTLSPass.cpp | 13 ++- lib/Target/AArch64/AArch64CollectLOH.cpp | 4 - lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 8 +- lib/Target/AArch64/AArch64ConditionalCompares.cpp | 8 +- .../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 4 - lib/Target/AArch64/AArch64PromoteConstant.cpp | 8 +- .../AArch64/AArch64RedundantCopyElimination.cpp | 9 +- lib/Target/AArch64/AArch64StorePairSuppress.cpp | 13 ++- lib/Target/AArch64/AArch64TargetMachine.cpp | 122 +++++++++++++-------- test/CodeGen/AArch64/aarch64-gep-opt.ll | 10 +- test/CodeGen/AArch64/aarch64-loop-gep-opt.ll | 2 +- test/CodeGen/AArch64/aarch64-stp-cluster.ll | 2 +- test/CodeGen/AArch64/addsub_ext.ll | 2 +- test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll | 8 +- test/CodeGen/AArch64/arm64-addr-mode-folding.ll | 2 +- test/CodeGen/AArch64/arm64-addr-type-promotion.ll | 2 +- test/CodeGen/AArch64/arm64-ands-bad-peephole.ll | 2 +- .../arm64-arm64-dead-def-elimination-flag.ll | 2 +- .../AArch64/arm64-big-endian-bitconverts.ll | 4 +- .../AArch64/arm64-big-endian-vector-callee.ll | 4 +- .../AArch64/arm64-big-endian-vector-caller.ll | 4 +- test/CodeGen/AArch64/arm64-ccmp-heuristics.ll | 2 +- test/CodeGen/AArch64/arm64-ccmp.ll | 2 +- .../AArch64/arm64-collect-loh-garbage-crash.ll | 2 +- test/CodeGen/AArch64/arm64-collect-loh-str.ll | 2 +- test/CodeGen/AArch64/arm64-collect-loh.ll | 4 +- test/CodeGen/AArch64/arm64-cse.ll | 2 +- test/CodeGen/AArch64/arm64-early-ifcvt.ll | 2 +- test/CodeGen/AArch64/arm64-fp128.ll | 2 +- test/CodeGen/AArch64/arm64-frame-index.ll | 2 +- test/CodeGen/AArch64/arm64-neon-add-sub.ll | 2 +- test/CodeGen/AArch64/arm64-promote-const.ll | 2 +- test/CodeGen/AArch64/arm64-stp-aa.ll | 2 +- test/CodeGen/AArch64/arm64-stp.ll | 2 +- test/CodeGen/AArch64/arm64-xaluo.ll | 4 +- test/CodeGen/AArch64/blockaddress.ll | 4 +- test/CodeGen/AArch64/breg.ll | 2 +- test/CodeGen/AArch64/cmp-const-max.ll | 2 +- test/CodeGen/AArch64/directcond.ll | 4 +- test/CodeGen/AArch64/fast-isel-branch_weights.ll | 4 +- test/CodeGen/AArch64/fast-isel-cbz.ll | 2 +- test/CodeGen/AArch64/fast-isel-cmp-branch.ll | 4 +- test/CodeGen/AArch64/fast-isel-cmp-vec.ll | 2 +- test/CodeGen/AArch64/fast-isel-int-ext2.ll | 2 +- test/CodeGen/AArch64/fast-isel-tbz.ll | 4 +- test/CodeGen/AArch64/flags-multiuse.ll | 2 +- test/CodeGen/AArch64/gep-nullptr.ll | 2 +- test/CodeGen/AArch64/global-merge-1.ll | 12 +- test/CodeGen/AArch64/global-merge-2.ll | 6 +- test/CodeGen/AArch64/global-merge-3.ll | 6 +- test/CodeGen/AArch64/global-merge-4.ll | 2 +- test/CodeGen/AArch64/global-merge-group-by-use.ll | 7 +- .../global-merge-ignore-single-use-minsize.ll | 6 +- .../AArch64/global-merge-ignore-single-use.ll | 7 +- test/CodeGen/AArch64/jump-table.ll | 6 +- .../AArch64/ldp-stp-scaled-unscaled-pairs.ll | 2 +- test/CodeGen/AArch64/ldst-opt.ll | 2 +- test/CodeGen/AArch64/sibling-call.ll | 2 +- test/CodeGen/AArch64/tailcall-explicit-sret.ll | 2 +- test/CodeGen/AArch64/tailcall-implicit-sret.ll | 2 +- test/CodeGen/AArch64/tst-br.ll | 2 +- 67 files changed, 213 insertions(+), 196 deletions(-)