[PATCH] D113528: [RISCV] Fix non-sensical intrinsic names in rv64i-single-softfloat.ll. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 17:06:15 PST 2021
craig.topper created this revision.
craig.topper added reviewers: frasercrmck, rogfer01, asb, jrtc27, luismarques, HsiangKai, khchen, arcbbb.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, StephenFan, vkmr, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar.
craig.topper requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.
Many of these had an extra 'f' at the beginning of their name that
caused them to not be treated as intrinsics.
I'm not sure what fpround was supposed to be so I deleted it.
frem was changed from an intrinsic too an instruction.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113528
Files:
llvm/test/CodeGen/RISCV/rv64i-single-softfloat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113528.386018.patch
Type: text/x-patch
Size: 3907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211110/e6e09a1d/attachment.bin>
More information about the llvm-commits
mailing list