[all-commits] [llvm/llvm-project] 82662b: [RISCV] Add swapped patterns to VPatIntegerSetCCVL...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Apr 7 09:17:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82662b753dbf49b16d2c91b5c15c5cc8bcd78c45
      https://github.com/llvm/llvm-project/commit/82662b753dbf49b16d2c91b5c15c5cc8bcd78c45
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-setcc-int-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/setcc-int-vp.ll

  Log Message:
  -----------
  [RISCV] Add swapped patterns to VPatIntegerSetCCVL_VIPlus1.

This matches VPatIntegerSetCCVL_VI_Swappable. But as noted in the
FIXME this may only be needed due to lack of canonicalization on
VP_SETCC.

Reviewed By: rogfer01

Differential Revision: https://reviews.llvm.org/D123239




More information about the All-commits mailing list