[all-commits] [llvm/llvm-project] 069ba9: [RISCV] Add commuted fixed vector vfmax.vf and vfm...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jul 8 10:19:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 069ba9666035a89a3aef99ab8843591b64d55ef2
      https://github.com/llvm/llvm-project/commit/069ba9666035a89a3aef99ab8843591b64d55ef2
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmax.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmin.ll

  Log Message:
  -----------
  [RISCV] Add commuted fixed vector vfmax.vf and vfmin.vf tests. NFC

The ISD opcodes aren't marked commutable so we don't match these
properly.


  Commit: 92f1794d41831dbc9ffc7c6bb4b606e65eb1c8ed
      https://github.com/llvm/llvm-project/commit/92f1794d41831dbc9ffc7c6bb4b606e65eb1c8ed
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmax.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmin.ll

  Log Message:
  -----------
  [RISCV] Mark fminnum_vl and fmaxnum_vl as commutable.


Compare: https://github.com/llvm/llvm-project/compare/264018d764e6...92f1794d4183


More information about the All-commits mailing list