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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96841
[RISCV] Merge the handlers for masked and unmasked segment loads/stores. ClosedPublic Authored by craig.topper on Feb 16 2021, 11:01 PM.
Details Summary A lot of the code for the masked and unmasked is the same. This
Diff Detail
Event TimelineHerald added subscribers: StephenFan, vkmr, luismarques and 24 others. · View Herald TranscriptFeb 16 2021, 11:01 PM This revision is now accepted and ready to land.Feb 17 2021, 3:29 AM Closed by commit rGd4353a310154: [RISCV] Merge the handlers for masked and unmasked segment loads/stores. (authored by craig.topper). · Explain WhyFeb 17 2021, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 324346 llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
|