[llvm] [AArch64][llvm] Reject assembler for invalid TLBIP instructions (PR #162090)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 08:47:18 PDT 2025
================
@@ -830,131 +851,151 @@ class TLBIEntry<string name, bits<3> op1, bits<4> crn, bits<4> crm,
code RequiresStr = [{ { }] # !interleave(Requires # ExtraRequires, [{, }]) # [{ } }];
}
+def TLBIPTable : GenericTable {
----------------
jthackray wrote:
Thanks, good idea, done.
https://github.com/llvm/llvm-project/pull/162090
More information about the llvm-commits
mailing list