[PATCH] D97444: [X86] Add x86_amx keyword to llvm plugin syntaxes. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 11:58:34 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/utils/llvm.grm:195
PrimType ::= INTTYPE | float | double | "ppc_fp128" | fp128 | "x86_fp80"
+ | "x86_mmx" | "x86_amx" | - label ;
----------------
This is also missing half and bfloat. Do you mind fixing that too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97444/new/
https://reviews.llvm.org/D97444
More information about the llvm-commits
mailing list