[all-commits] [llvm/llvm-project] 8b9e76: [RISCV] Don't use RVInstIBase for P-ext plui/pli. ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 21 21:44:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b9e7602714a2651e5540a4322907738997f1775
      https://github.com/llvm/llvm-project/commit/8b9e7602714a2651e5540a4322907738997f1775
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

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

  Log Message:
  -----------
  [RISCV] Don't use RVInstIBase for P-ext plui/pli. NFC (#149940)

These instructions don't have an rs1 field unlike other instructions
that use RVInstIBase.

Rename the classes to not use Unary since we have historically used that
for a single register operand.



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