[llvm] [AArch64][llvm] Gate some `tlbip` insns with either +tlbid or +d128 (PR #178913)

Jonathan Thackray via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 07:00:48 PDT 2026


================
@@ -894,20 +895,37 @@ multiclass TLBITableBase {
 }
 
 defm TLBI  : TLBITableBase;
-defm TLBIP : TLBITableBase;
+
+multiclass TLBIPTableBase {
----------------
jthackray wrote:

Thanks, now done.

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


More information about the llvm-commits mailing list