[PATCH] D139386: [RISCV][THEAD] Vendor extensions: Add 'XTheadVdot' T-Head vendor extensions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 16:19:02 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCV.td:530
+//===----------------------------------------------------------------------===//
+include "Vendor/THEAD/THEAD.td"
+
----------------
JojoR wrote:
> jrtc27 wrote:
> > We already have a block in this file for vendor extensions
> Like my consideration is described above, there will be much more vendors ?
> they should maintain their stuffs in some one root place ?
Line 438 already created a section called "Vendor extensions" that contains vendor subtarget features.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139386/new/

https://reviews.llvm.org/D139386



More information about the llvm-commits mailing list