[all-commits] [llvm/llvm-project] ac347a: [RISCV] Remove empty string after 'defm' at top le...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Apr 8 15:16:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac347a8a0fb40d351789209aba834e4e70b3614f
https://github.com/llvm/llvm-project/commit/ac347a8a0fb40d351789209aba834e4e70b3614f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Remove empty string after 'defm' at top level of vector .td files. NFC
This doesn't do anything so it's just wasted characters. I have
other plans for the ones in multiclasses.
Commit: 872931e5d8572aadd3827c6e746ff2043f083d2e
https://github.com/llvm/llvm-project/commit/872931e5d8572aadd3827c6e746ff2043f083d2e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Log Message:
-----------
[RISCV] Use multiclass inheritance where possible for the VPat* multiclasses in RISVInstrInfoVPseudos. NFCI
Instead of instantiating multiclasses inside multiclasses, just
inherit from them.
We can do the same for the VPseudo* multiclasses, but that may
interfere with the scheduler class work.
Compare: https://github.com/llvm/llvm-project/compare/e761b6b4c58d...872931e5d857
More information about the All-commits
mailing list