[all-commits] [llvm/llvm-project] bbf96e: [RISCV] Simplify vector instruction multiclasses. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jun 2 11:27:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbf96e68b181dfc148277a2c8d241901fe24f598
https://github.com/llvm/llvm-project/commit/bbf96e68b181dfc148277a2c8d241901fe24f598
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
Log Message:
-----------
[RISCV] Simplify vector instruction multiclasses. NFC
Remove 'string vw' template parameter from classes where it always
has a one value.
For the 2 classes that need it, make it required instead of having a
default.
More information about the All-commits
mailing list