[all-commits] [llvm/llvm-project] 5cba1f: [RISCV] Simplify usage of SplatPat_simm5_plus1. NF...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Feb 1 09:59:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cba1f123f738d0a777cc7cb5f4cd270c645b1fe
      https://github.com/llvm/llvm-project/commit/5cba1f123f738d0a777cc7cb5f4cd270c645b1fe
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-02-01 (Sat, 01 Feb 2025)

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

  Log Message:
  -----------
  [RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)

Make SplatPat_simm5_plus1 responsible for decrementing the immediate
instead of requiring DecImm SDNodeXForm to be used after. This allows
better sharing of tablegen classes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list