[PATCH] D96841: [RISCV] Merge the handlers for masked and unmasked segment loads/stores.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 23:01:54 PST 2021


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

A lot of the code for the masked and unmasked is the same. This
patch adds a boolean to handle the differences so we can share
the code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96841

Files:
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96841.324195.patch
Type: text/x-patch
Size: 21845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210217/eddb7626/attachment.bin>


More information about the llvm-commits mailing list