[PATCH] D157999: [RISCV] Teach store merging to honor NoImplicitFloat.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 10:15:31 PDT 2023


craig.topper created this revision.
craig.topper added reviewers: reames, asb, luke.
Herald added subscribers: jobnoorman, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, kristof.beyls, arichardson.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added subscribers: wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

NoImplicitFloat means we shouldn't use float or vector operations
that weren't present in the original source.

Similar code can be found on AArch64 and X86.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157999

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/combine-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157999.550381.patch
Type: text/x-patch
Size: 4457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230815/7f7a46bc/attachment.bin>


More information about the llvm-commits mailing list