[llvm-branch-commits] [llvm] [AArch64][llvm] Gate some `tlbip` insns with either +tlbid or +d128 (PR #178913)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 18 04:11:19 PST 2026
================
@@ -0,0 +1,259 @@
+// NOTE: These TLBIP forms are valid with either +tlbid or +d128.
----------------
Lukacma wrote:
Why would that be an issue ? For the ones that cause issue you could either check for the right error message and only verify the correct assembly of the valid ones. To me that makes the testing even more robust.
https://github.com/llvm/llvm-project/pull/178913
More information about the llvm-branch-commits
mailing list