[PATCH] ARM: Mark double-precision instructions as such
Tim Northover
t.p.northover at gmail.com
Thu Oct 24 06:43:19 PDT 2013
Cortex-M4F doesn't support double precision VFP operations.
We already have a subtarget feature for this which helps with CodeGen, but the instructions themselves weren't marked appropriately so we silently assembled invalid instructions.
Hopefully this catches all of them, but I'd appreciate someone giving it a quick check. And any other comments, of course.
Cheers.
Tim.
http://llvm-reviews.chandlerc.com/D2015
Files:
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrVFP.td
test/MC/ARM/single-precision-fp.s
test/MC/ARM/vfp4.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2015.1.patch
Type: text/x-patch
Size: 23171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131024/73c19e8f/attachment.bin>
More information about the llvm-commits
mailing list