[PATCH] D21178: Add mrrc/mrrc2 co-processor intrinsics
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 05:20:11 PDT 2016
rengolin added inline comments.
================
Comment at: lib/Target/ARM/ARMISelDAGToDAG.cpp:3303
@@ +3302,3 @@
+ SDValue Chain = N->getOperand(0);
+ bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps();
+ unsigned Opc;
----------------
Bad name, use "isThumbV8M".
http://reviews.llvm.org/D21178
More information about the llvm-commits
mailing list