[all-commits] [llvm/llvm-project] caee8f: [RISCV] Add ppair.e and ppaire.w as aliases for pa...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Feb 6 08:50:09 PST 2026


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

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
    M llvm/test/MC/RISCV/rv32p-invalid.s
    M llvm/test/MC/RISCV/rv32p-valid.s
    M llvm/test/MC/RISCV/rv64p-valid.s

  Log Message:
  -----------
  [RISCV] Add ppair.e and ppaire.w as aliases for pack on RV32 and RV64 respectively (#180100)

Based on this note from
https://jhauser.us/RISCV/ext-P/RVP-baseInstrs-018.pdf

(*1) For RV32, PPAIRE.H is a pseudoinstruction for PACK.
(*2) For RV64, PPAIRE.W is a pseudoinstruction for PACK.



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