[all-commits] [llvm/llvm-project] 39e223: [RISCV] Reuse RISCVDAGToDAGISel member TTI in doPe...

Luke Lau via All-commits all-commits at lists.llvm.org
Fri Jun 16 16:39:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39e2232942dd1970687bf36a73c79779a8d34977
      https://github.com/llvm/llvm-project/commit/39e2232942dd1970687bf36a73c79779a8d34977
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

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

  Log Message:
  -----------
  [RISCV] Reuse RISCVDAGToDAGISel member TTI in doPeepholeMaskedRVV. NFC

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


  Commit: b3137d5c688baa9b305959e48f060c0d1f7e3a32
      https://github.com/llvm/llvm-project/commit/b3137d5c688baa9b305959e48f060c0d1f7e3a32
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

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

  Log Message:
  -----------
  [RISCV] Refactor vecPolicyOp skip logic in doPeepholeMaskedRVV. NFC

We can just explicitly check if the new unmasked pseudo takes a policy
op, rather than implicitly relying on I->UnmaskedTUPseudo ==
I->UnmaskedPseudo. Split out from another patch to make the diff more
readable.

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


Compare: https://github.com/llvm/llvm-project/compare/a1d73b773b93...b3137d5c688b


More information about the All-commits mailing list