Because we have STRICT_FCVT_W_RV64 equal to ISD::FIRST_TARGET_STRICTFP_OPCODE, the check needs to be splitted into 2 parts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155683
[RISCV] Fix the check assertion in hasMergeOp and hasMaskOp ClosedPublic Authored by jacquesguan on Jul 19 2023, 1:36 AM.
Details Summary Because we have STRICT_FCVT_W_RV64 equal to ISD::FIRST_TARGET_STRICTFP_OPCODE, the check needs to be splitted into 2 parts.
Diff Detail
Event Timeline
jacquesguan added inline comments.
This revision is now accepted and ready to land.Jul 25 2023, 9:41 AM This revision was landed with ongoing or failed builds.Jul 25 2023, 8:22 PM Closed by commit rG84d4618a025b: [RISCV] Fix the check assertion in hasMergeOp and hasMaskOp (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes. jacquesguan marked an inline comment as done.
Revision Contents
Diff 541890 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|