[PATCH] D22868: [AArch64] Register passes so they can be run by llc
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 04:27:37 PDT 2016
rovka updated the summary for this revision.
rovka updated this revision to Diff 66106.
rovka added a comment.
Went ahead and renamed the command line options and moved them all to TargetMachine. In the end I preferred this solution because there's no point in adding passes to the PassConfig if they've been disabled on the command line.
https://reviews.llvm.org/D22868
Files:
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AddressTypePromotion.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64BranchRelaxation.cpp
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
lib/Target/AArch64/AArch64StorePairSuppress.cpp
lib/Target/AArch64/AArch64TargetMachine.cpp
test/CodeGen/AArch64/aarch64-gep-opt.ll
test/CodeGen/AArch64/aarch64-loop-gep-opt.ll
test/CodeGen/AArch64/aarch64-stp-cluster.ll
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-addr-mode-folding.ll
test/CodeGen/AArch64/arm64-addr-type-promotion.ll
test/CodeGen/AArch64/arm64-ands-bad-peephole.ll
test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll
test/CodeGen/AArch64/arm64-big-endian-vector-callee.ll
test/CodeGen/AArch64/arm64-big-endian-vector-caller.ll
test/CodeGen/AArch64/arm64-ccmp-heuristics.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll
test/CodeGen/AArch64/arm64-collect-loh-str.ll
test/CodeGen/AArch64/arm64-collect-loh.ll
test/CodeGen/AArch64/arm64-cse.ll
test/CodeGen/AArch64/arm64-early-ifcvt.ll
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-frame-index.ll
test/CodeGen/AArch64/arm64-neon-add-sub.ll
test/CodeGen/AArch64/arm64-promote-const.ll
test/CodeGen/AArch64/arm64-stp-aa.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/blockaddress.ll
test/CodeGen/AArch64/breg.ll
test/CodeGen/AArch64/cmp-const-max.ll
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/fast-isel-branch_weights.ll
test/CodeGen/AArch64/fast-isel-cbz.ll
test/CodeGen/AArch64/fast-isel-cmp-branch.ll
test/CodeGen/AArch64/fast-isel-cmp-vec.ll
test/CodeGen/AArch64/fast-isel-int-ext2.ll
test/CodeGen/AArch64/fast-isel-tbz.ll
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/gep-nullptr.ll
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/AArch64/global-merge-4.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
test/CodeGen/AArch64/global-merge-ignore-single-use-minsize.ll
test/CodeGen/AArch64/global-merge-ignore-single-use.ll
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/ldp-stp-scaled-unscaled-pairs.ll
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/tailcall-explicit-sret.ll
test/CodeGen/AArch64/tailcall-implicit-sret.ll
test/CodeGen/AArch64/tst-br.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22868.66106.patch
Type: text/x-patch
Size: 58987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160729/dac90461/attachment-0001.bin>
More information about the llvm-commits
mailing list