[PATCH] D139386: [RISCV][THEAD] Vendor extensions: Add 'XTheadVdot' T-Head vendor extensions
Jiejie Rong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 19:35:23 PST 2022
JojoR added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:450
+ : SubtargetFeature<"xtheadvdot", "HasTHeadVdot", "true",
+ "'xtheadvdot' (THEAD Vector Extensions for Dot)",
+ [FeatureStdExtV]>;
----------------
craig.topper wrote:
> I think THEAD should be T-Head in the description since that is user visible?
Good point, I will refine this in the next version, thanks :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139386/new/
https://reviews.llvm.org/D139386
More information about the llvm-commits
mailing list