[all-commits] [llvm/llvm-project] 9a496d: [RISC] Rename the P extensions srx/slx tests and a...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Feb 11 15:04:39 PST 2026


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

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv32p.ll
    M llvm/test/CodeGen/RISCV/rv64p.ll

  Log Message:
  -----------
  [RISC] Rename the P extensions srx/slx tests and add fshl/fshr intrinsic tests. NFC (#180984)

I plan to change to the i64 shift lowering on RV32 to use nsrl/nsra
instead of srx. Only fshr will use srx.

We now have shift tests with constant shift amount < XLEN and >= XLEN,
and non-constant shift amount that is fully unknown, known < XLEN, and
known >= XLEN

Assisted-by: claude



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