[all-commits] [llvm/llvm-project] 6c37aa: [RISCV] Remove P from RISCVISD::PASUB(U)/PMULHSU/P...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Feb 5 17:33:57 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c37aa8ffd62a9a7f6585b82bd74a3531d97d3a1
https://github.com/llvm/llvm-project/commit/6c37aa8ffd62a9a7f6585b82bd74a3531d97d3a1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-02-05 (Thu, 05 Feb 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
Log Message:
-----------
[RISCV] Remove P from RISCVISD::PASUB(U)/PMULHSU/PMULHR(U)/PMULHRSU. NFC (#180064)
There's a good chance we'll want to use these for scalar too.
Drop vector type from SDTypeProfile. Remove PMULHSU since we already
have RISCVISD::MULHSU for scalars in the base ISA.
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