[all-commits] [llvm/llvm-project] e7f9a8: [RISCV] Replace NoX0 SDNodeXForm with a ComplexPat...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Feb 2 00:11:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f9a834996f40be8dc46a0b059aa850f1f4ef05
      https://github.com/llvm/llvm-project/commit/e7f9a834996f40be8dc46a0b059aa850f1f4ef05
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

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

  Log Message:
  -----------
  [RISCV] Replace NoX0 SDNodeXForm with a ComplexPattern to do the selection of the VL operand.

I think this is a more standard way of doing this.

Reviewed By: rogfer01

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




More information about the All-commits mailing list