[all-commits] [llvm/llvm-project] e7c86f: [RISCV] Use inheritance to reduce some repeated co...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Feb 19 10:42:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7c86f4ac4f24db10b607bc0f38586e0d3af2ec4
https://github.com/llvm/llvm-project/commit/e7c86f4ac4f24db10b607bc0f38586e0d3af2ec4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Log Message:
-----------
[RISCV] Use inheritance to reduce some repeated code in tablegen. NFC
The VLX and VSX searchable tables, share the same format so we
can have a common base class for them.
More information about the All-commits
mailing list