[all-commits] [llvm/llvm-project] 3b3ff5: ISel/RISCV: remove dead code corresponding to VP_F...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Thu Sep 21 10:18:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b3ff5c1adae9198c19f950c81482255363a350c
      https://github.com/llvm/llvm-project/commit/3b3ff5c1adae9198c19f950c81482255363a350c
  Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list