[llvm] [RISCV] Simplify assembler error information for RVV instructions (PR #72469)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 21:25:58 PST 2023
================
@@ -444,8 +444,8 @@ def FeatureStdExtV
def HasVInstructions : Predicate<"Subtarget->hasVInstructions()">,
AssemblerPredicate<
(any_of FeatureStdExtZve32x),
- "'V' (Vector Extension for Application Processors), 'Zve32x' or "
----------------
lukel97 wrote:
Doesn't V also depend on Zve64d, and so V->Zve64d->Zve64f->Zve32f->Zve32x? So we could just simplify this to Zve32x
https://github.com/llvm/llvm-project/pull/72469
More information about the llvm-commits
mailing list