[PATCH] ARM: Mark double-precision instructions as such

Amara Emerson amara.emerson at arm.com
Thu Oct 24 08:22:25 PDT 2013


  Looks ok in general, but I have one question.


================
Comment at: lib/Target/ARM/ARMInstrVFP.td:1231
@@ -1222,3 +1230,3 @@
           (VMLAD DPR:$dstin, DPR:$a, DPR:$b)>,
           Requires<[HasVFP2,UseFPVMLx,DontUseFusedMAC]>;
 def : Pat<(fadd_mlx SPR:$dstin, (fmul_su SPR:$a, SPR:$b)),
----------------
Do these patterns (and the others in this file) not need the predicate adding also?


http://llvm-reviews.chandlerc.com/D2015



More information about the llvm-commits mailing list