[all-commits] [llvm/llvm-project] cf2290: [RISCV] Change LdPat and StPat from multiclass to ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed May 31 12:02:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf229033da7e4d9a121b92e6a71197d40210b3e1
https://github.com/llvm/llvm-project/commit/cf229033da7e4d9a121b92e6a71197d40210b3e1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoA.td
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Change LdPat and StPat from multiclass to class. NFC
These used to contain multiple patterns, but that was simplified
when we moved to using ComplexPattern for load/store address matching.
More information about the All-commits
mailing list