Some signed opcodes were being lowered to their unsigned counterparts and
vice-versa.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154234
[RISCV] Fix vfwcvt/vfncvt pseudos w/ rounding mode lowering ClosedPublic Authored by luke on Jun 30 2023, 9:49 AM.
Details Summary Some signed opcodes were being lowered to their unsigned counterparts and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2023, 10:23 AM Closed by commit rGe8e0f32958fa: [RISCV] Fix vfwcvt/vfncvt pseudos w/ rounding mode lowering (authored by luke). · Explain WhyJun 30 2023, 1:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 536402 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/double-round-conv.ll
llvm/test/CodeGen/RISCV/rvv/float-round-conv.ll
llvm/test/CodeGen/RISCV/rvv/half-round-conv.ll
|