[PATCH] ARM: provide VFP aliases for pre-V6 mnemonics

Renato Golin renato.golin at linaro.org
Sun Dec 29 02:12:22 PST 2013


  Hi Saleem,

  I'm assuming the mnemonic will take care of making sure that the conversion between FLDM{s,d} to VLDM will ensure the correct encoding for single/double precision will be used.

  Do we have negative tests to make sure they can't be used with the wrong registers?

  With the additional tests, the patch looks good to me.

  cheers,
  --renato


================
Comment at: lib/Target/ARM/ARMInstrVFP.td:283
@@ +282,3 @@
+def : MnemonicAlias<"fstmeax", "fstmiax">;
+def : MnemonicAlias<"fstmfdx", "fstmdbx">;
+
----------------
Do we have tests for these?


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



More information about the llvm-commits mailing list