summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRanjeet Singh <Ranjeet.Singh@arm.com>2016-06-17 00:52:41 +0000
committerRanjeet Singh <Ranjeet.Singh@arm.com>2016-06-17 00:52:41 +0000
commit39d2d097d6715b29f1216b7dea4f23696d881003 (patch)
tree0a66d56e6017a7629326b4fe0c5d1e2c3429e1ce /clang/lib/Frontend/CompilerInvocation.cpp
parenta3244874939669a3dff862ba98753c7589090d18 (diff)
downloadbcm5719-llvm-39d2d097d6715b29f1216b7dea4f23696d881003.tar.gz
bcm5719-llvm-39d2d097d6715b29f1216b7dea4f23696d881003.zip
[ARM] Add support for mrrc/mrrc2 intrinsics.
Reapplying patch as it was reverted when it was first committed because of an assertion failure when the mrrc2 intrinsic was called in ARM mode. The failure was happening because the instruction was being built in ARMISelDAGToDAG.cpp and the tablegen description for mrrc2 instruction doesn't allow you to use a predicate. The ARM architecture manuals do say that mrrc2 in ARM mode can be predicated with AL in assembly but this has no effect on the encoding of the instruction as the top 4 bits will always be 1111 not 1110 which is the encoding for the condition AL. Differential Revision: http://reviews.llvm.org/D21408 llvm-svn: 272982
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud