[all-commits] [llvm/llvm-project] eaa45d: [RISCV] Remove unneeded isel (sext_inreg $rs1, i32...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue May 13 09:06:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaa45dc6227e08e9a828297f98005addd668a417
https://github.com/llvm/llvm-project/commit/eaa45dc6227e08e9a828297f98005addd668a417
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
Log Message:
-----------
[RISCV] Remove unneeded isel (sext_inreg $rs1, i32) isel pattern from RISCVInstrInfoXTHead.td. NFC
This pattern is identical to the pattern for the sext.w encoding of
addiw which has higher priority.
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