ISel/RISCV: remove dead code corresponding to VP_FSH[L|R] (#67035)
70de0e ([VP][RISCV] Add vp.fshl/fshr and RISC-V support.) introduced VP_FSHL and VP_FSHR, by using a generic expansion for all targets: the core of this change is in TargetLowering. However, the commit erroneously introduced dead code in RISCVISelLowering. Remove this dead code.
Loading
Please sign in to comment