Add codegen patterns matched to vector maximum and minimum.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
840 | What about cases where it isn't min/max? You'll have an unselectable vselect. Why aren't not make ISD::SMAX and ISD::SMIN legal and match those? |
What about cases where it isn't min/max? You'll have an unselectable vselect.
Why aren't not make ISD::SMAX and ISD::SMIN legal and match those?