[all-commits] [llvm/llvm-project] 6fb674: [RISCV] Fix the operand types for shift instructio...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Mar 30 22:47:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fb674174ecc1d27b0d303c89c666d949f7afee5
      https://github.com/llvm/llvm-project/commit/6fb674174ecc1d27b0d303c89c666d949f7afee5
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-03-30 (Sun, 30 Mar 2025)

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

  Log Message:
  -----------
  [RISCV] Fix the operand types for shift instructions in RISCVInstrInfoSFB.td. NFC

Due to a copy paste mistake we used simm12 instead of the correct
type. This doesn't matter in practice because we only generate these
instructions with C++ code and we expand them before the AsmPrinter.



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