[llvm] [RISCV] Simplify assembler error information for RVV instructions (PR #72469)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 21:28:40 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 "
----------------
topperc wrote:
Technically yes, but people working in the application processor space might pretend that Zve doesn't exist.
https://github.com/llvm/llvm-project/pull/72469
More information about the llvm-commits
mailing list