[all-commits] [llvm/llvm-project] 297e95: [RISCV][CodeGen] Kill dead pseudo classes and repl...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Tue Dec 6 17:12:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 297e95b865aab8e33bfb792c36ed8c166a2d09d6
https://github.com/llvm/llvm-project/commit/297e95b865aab8e33bfb792c36ed8c166a2d09d6
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Log Message:
-----------
[RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions. NFC
Since changes to account for LMUL in scheduler model existed over patches, we had to keep
both LMUL specific and all LMUL classes around. Now that only the LMUL specific
classes are used, we can remove the old ones.
More information about the All-commits
mailing list