[PATCH] D126640: [RISCV] Set target-abi explicitly to reduce codegen results

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 03:09:37 PDT 2022


pcwang-thead created this revision.
pcwang-thead added reviewers: asb, jrtc27, craig.topper, luismarques.
Herald added subscribers: sunshaoce, VincentWu, luke957, StephenFan, vkmr, frasercrmck, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, arichardson.
Herald added a project: All.
pcwang-thead requested review of this revision.
Herald added subscribers: llvm-commits, eopXD, MaskRay.
Herald added a project: LLVM.

As mentioned in D125947 <https://reviews.llvm.org/D125947>, we can reduce codegen results by
adding an explicit hard single-float ABI.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126640

Files:
  llvm/test/CodeGen/RISCV/codemodel-lowering.ll
  llvm/test/CodeGen/RISCV/rv64f-float-convert-strict.ll
  llvm/test/CodeGen/RISCV/rv64f-float-convert.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126640.432877.patch
Type: text/x-patch
Size: 13651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220530/d6917e10/attachment.bin>


More information about the llvm-commits mailing list