================
@@ -0,0 +1,84 @@
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+tlbid,+tlb-rmi,+tlbiw < 
%s \
+// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+tlb-rmi,+tlbiw < %s 
2>&1 \
----------------
jthackray wrote:

No, because we want to test the usage of `tlbi` instructions with and without 
`+tlbid`. We can't remove these other flags, as they stop `tlbi` instructions 
working completely, as they're pre-existing.

https://github.com/llvm/llvm-project/pull/163156
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to