This patch changes the operand order of masked vmslt[u]
from (mask, rs1, scalar, maskedoff, vl)
to (maskedoff, rs1, scalar, mask, vl).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM wish I knew how I messed that up cause it seems obviously wrong now that you've pointed it out. I've verified that the codegen is much more similar to the vmsle tests now.