[all-commits] [llvm/llvm-project] 350ab4: [RISCV] Use OperandTransform field of ImmLeaf to s...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Feb 10 17:52:44 PST 2021


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

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoB.td

  Log Message:
  -----------
  [RISCV] Use OperandTransform field of ImmLeaf to slightly simplify a couple bitmanip patterns. NFC

This binds the SDNodeXForm to the ImmLeaf so we only need to mention
the ImmLeaf in both the input and output pattern.




More information about the All-commits mailing list