[all-commits] [llvm/llvm-project] 93b14c: [RISCV Add some vsetvli insertion test cases with ...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Dec 15 08:51:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93b14c3df17500e675f31674165b5378dd0b4eaf
      https://github.com/llvm/llvm-project/commit/93b14c3df17500e675f31674165b5378dd0b4eaf
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.ll

  Log Message:
  -----------
  [RISCV Add some vsetvli insertion test cases with vmv.s.x+reduction. NFC (#75544)

These test cases where intended to get a single vsetvli by using the
vmv.s.x intrinsic with the same LMUL as the reduction. This works for
FP, but does not work for integer.

I believe #71501 will break this for FP too. Hopefully the vsetvli pass
can be taught to fix this.




More information about the All-commits mailing list