summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/gep-nullptr.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Register passes so they can be run by llcDiana Picus2016-08-011-1/+1
| | | | | | | | | | | | | | Initialize all AArch64-specific passes in the TargetMachine so they can be run by llc. This can lead to conflicts in opt with some command line options that share the same name as the pass, so I took this opportunity to do some cleanups: * rename all relevant command line options from "aarch64-blah" to "aarch64-enable-blah" and update the tests accordingly * run clang-format on their declarations * move all these declarations to a common place (the TargetMachine) as opposed to having them scattered around (AArch64BranchRelaxation and AArch64AddressTypePromotion were the only offenders) llvm-svn: 277322
* Bug fix: use dyn_cast_or_null instead of dyn_castLawrence Hu2016-02-191-0/+23
Differential Revision: http://reviews.llvm.org/D17154 llvm-svn: 261299
OpenPOWER on IntegriCloud