[PATCH] D22868: [AArch64] Register passes so they can be run by llc

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 08:30:22 PDT 2016


rovka created this revision.
rovka added reviewers: t.p.northover, gberry.
rovka added subscribers: llvm-commits, rengolin.
Herald added a subscriber: aemerson.

Initialize all AArch64-specific passes in the TargetMachine so they can be run
by llc. This can lead to conflicts with some command line options that share the
same name as the pass - rename those command line options from "aarch64-blah" to
"aarch64-enable-blah" and update the tests accordingly.

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/arm64-AdvSIMD-Scalar.ll
  test/CodeGen/AArch64/arm64-addr-type-promotion.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-neon-add-sub.ll
  test/CodeGen/AArch64/arm64-promote-const.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22868.65744.patch
Type: text/x-patch
Size: 24961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/9d3df52c/attachment.bin>


More information about the llvm-commits mailing list