================
@@ -6,10 +6,15 @@ tbx z0.b, z1.b, z2.b
 // CHECK: error: instruction requires: sve2 or sme
 // CHECK-NEXT: tbx z0.b, z1.b, z2.b
 
-.arch armv9-a+sve2-aes
----------------
labrinea wrote:

I have a feeling that the entire file is wrong. The pairs of lines `.arch 
<base>+<ext>` followed by `.arch <base>+<noext>`  should be replaced by a 
single line `.arch <base>+<ext>+<noext>`. Perhaps on a separate patch.

https://github.com/llvm/llvm-project/pull/116026
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to