This allows us to remove some isel patterns that exist for both
operations. Saving nearly 3000 bytes from the isel table.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | ||
---|---|---|
51 | Should be VMV_V_X_VL? the title seems typo too? |
Comment Actions
Fix comment mistake. I originally tried to do integer and FP and deleted the wrong part of the comment when I switched to just integer.
Comment Actions
I think this is a sensible approach, I was going to do the same for floating-point splats anyway in/after D117670.
Should be VMV_V_X_VL? the title seems typo too?