[all-commits] [llvm/llvm-project] 48132b: [RISCV] Simplify interface to combineMUL_VLToVWMUL...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jan 21 11:43:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48132bb1e437f213e7a183a6a69e7589abe33af6
      https://github.com/llvm/llvm-project/commit/48132bb1e437f213e7a183a6a69e7589abe33af6
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

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

  Log Message:
  -----------
  [RISCV] Simplify interface to combineMUL_VLToVWMUL. NFC

Instead of passing the both the SDNode* and 2 of the operands
in two different orders, just pass the SDNode * and a bool to
indicate which operand order to test.

While there rename to combineMUL_VLToVWMUL_VL.




More information about the All-commits mailing list