[all-commits] [llvm/llvm-project] ce8f16: [RISCV] Use SelectAddrRegRegScale for Xqcisls inst...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Jun 25 22:30:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce8f1600d042726312b80ff7e80b26cd03e99c8f
https://github.com/llvm/llvm-project/commit/ce8f1600d042726312b80ff7e80b26cd03e99c8f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/test/CodeGen/RISCV/xqcisls.ll
Log Message:
-----------
[RISCV] Use SelectAddrRegRegScale for Xqcisls instructions. (#145608)
This reuses code from XTHeadMemIdex. This saves ~500 bytes from the isel
table and provides more flexibility in what patterns can be matched.
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