[PATCH] D11055: [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 operand

scott douglass sdouglass at arm.com
Thu Jul 9 06:08:31 PDT 2015


scott-0 added a comment.

Thanks!


================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:5474
@@ -5472,1 +5473,3 @@
+// reduce it in processInstruction, but for ADD involving PC the the 3
+// operand form won't accept PC so we do the transformation here.
 //
----------------
rengolin wrote:
> This comment could be moved down with the code...
Will do.


http://reviews.llvm.org/D11055







More information about the llvm-commits mailing list