[all-commits] [llvm/llvm-project] 1f3008: [RISCV] Remove optype parameter from most V instru...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jun 2 13:27:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f3008733231517d7aed2493403e7fa130028538
https://github.com/llvm/llvm-project/commit/1f3008733231517d7aed2493403e7fa130028538
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] Remove optype parameter from most V instruction multiclasses. NFC
For the most part we already had the classes split and instantiated
in a way that the type is always the same for all instantiations of
the class.
More information about the All-commits
mailing list