[llvm-branch-commits] [SPARC][IAS] Enable `ParseForAllFeatures` in `MatchOperandParserImpl` (PR #96021)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 18 21:35:20 PDT 2024


================
@@ -11,7 +11,7 @@
         ! V9: unknown membar tag
         membar #BadTag
 
-        ! V8: instruction requires a CPU feature not currently enabled
+        ! V8: unexpected token
         ! V9: invalid membar mask number
         membar -127
----------------
koachan wrote:

The membar error messages seems to regress, seems like it prioritizes the parse error over the fact that membar is not available on V8? Am I missing something in the patch?

https://github.com/llvm/llvm-project/pull/96021


More information about the llvm-branch-commits mailing list