[PATCH] D11055: [ARM] Add Thumb2 ADD with PC narrowing from 3	operand to 2 operand
    Renato Golin 
    renato.golin at linaro.org
       
    Thu Jul  9 03:40:38 PDT 2015
    
    
  
rengolin accepted this revision.
rengolin added a reviewer: rengolin.
This revision is now accepted and ready to land.
================
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.
 //
----------------
This comment could be moved down with the code...
http://reviews.llvm.org/D11055
    
    
More information about the llvm-commits
mailing list