[PATCH] D38400: [mips] Duplicate the reciprocal instruction definitions for FP32
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 05:42:10 PDT 2017
sdardis created this revision.
Herald added a subscriber: arichardson.
Add instruction definitions for FP32 mode for recip.d and rsqrt.d.
Previously these instructions were only defined when targeting the
full 64-bit model but were not guard properly.
Repository:
rL LLVM
https://reviews.llvm.org/D38400
Files:
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MipsInstrFPU.td
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38400.117128.patch
Type: text/x-patch
Size: 6657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/68c596b5/attachment.bin>
More information about the llvm-commits
mailing list