[all-commits] [llvm/llvm-project] 987362: [riscv] Add tests for vsetvli reuse across iterati...

Philip Reames via All-commits all-commits at lists.llvm.org
Wed May 11 10:31:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 987362342597df266df6b5ac871c9ca19b064795
      https://github.com/llvm/llvm-project/commit/987362342597df266df6b5ac871c9ca19b064795
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

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

  Log Message:
  -----------
  [riscv] Add tests for vsetvli reuse across iterations of a loop

These variations are chosen to exercise both FRE and PRE cases involving loops which don't change state in the iteration and can thus perform vsetvli in the preheader of the loop only.  At the moment, these are essentially all TODOs.




More information about the All-commits mailing list