We can use a null SDValue for the 'false' case. This avoids the
need for an output parameter. This is consistent with other
SelectionDAG code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D155388
[RISCV] Make selectSETCC return SDValue instead of bool. NFC ClosedPublic Authored by craig.topper on Jul 15 2023, 10:41 PM.
Details Summary We can use a null SDValue for the 'false' case. This avoids the
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Jul 16 2023, 8:41 AM This revision was landed with ongoing or failed builds.Jul 16 2023, 1:11 PM Closed by commit rG2a33f479120e: [RISCV] Make selectSETCC return SDValue instead of bool. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540757 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|
clang-format not found in user’s local PATH; not linting file.