summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorSilviu Baranga <silviu.baranga@arm.com>2016-06-21 15:53:54 +0000
committerSilviu Baranga <silviu.baranga@arm.com>2016-06-21 15:53:54 +0000
commitaee40fc61c4b5845dda0f0e13285a2acbcf55118 (patch)
tree3f2bdd267a360118ab4dd6e471c0fee95d5a9ce5 /clang/lib/Format/Format.cpp
parent5a276c45c2220a465528df46c6d1cc6d5fa403b2 (diff)
downloadbcm5719-llvm-aee40fc61c4b5845dda0f0e13285a2acbcf55118.tar.gz
bcm5719-llvm-aee40fc61c4b5845dda0f0e13285a2acbcf55118.zip
[AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI
Summary: Code generation for Cortex-A72/Cortex-A73 was accidentally changed by r271555, which was a NFCI. The isCortexA57() predicate was not true for Cortex-A72/Cortex-A73 before r271555 (since it was checking the CPU string). Because Cortex-A72/Cortex-A73 inherit all features from Cortex-A57, all decisions previously guarded by isCortexA57() are now taken. This change restores the behaviour before r271555 by adding separate ProcA72/ProcA73, which have the required features to preserve code generation. Reviewers: kristof.beyls, aadg, mcrosier, rengolin Subscribers: mcrosier, llvm-commits, aemerson, t.p.northover, MatzeB, rengolin Differential Revision: http://reviews.llvm.org/D21182 llvm-svn: 273277
Diffstat (limited to 'clang/lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud