[all-commits] [llvm/llvm-project] 5f6b3d: [RISCV] Use multiclass inheritance to simplify som...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Apr 7 17:36:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f6b3d1833fdf20e18a3c8bf3ede7b5060130f73
https://github.com/llvm/llvm-project/commit/5f6b3d1833fdf20e18a3c8bf3ede7b5060130f73
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
Log Message:
-----------
[RISCV] Use multiclass inheritance to simplify some of riscv_vector.td. NFCI
We don't need to instantiate single multiclasses inside of
other multiclasses. We can use inheritance and save writing 'defm ""'.
Reviewed By: khchen
Differential Revision: https://reviews.llvm.org/D100074
More information about the All-commits
mailing list