This is a follow to D133238 which did this for ceil/floor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM too
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
1838–1839 | Mention FROUND in comment? |
Comment Actions
LGTM to me too.
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
1907 | Very minor style comment: the first three of these could be combined by tweaking the existing matchRoundingOp to directly map opcode to rounding mode and then reusing it here. |
Mention FROUND in comment?