[llvm] [AArch64][llvm] Rewrite the TLBI multiclass to be clearer (NFC) (PR #186451)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 06:55:24 PDT 2026


================
@@ -856,34 +856,51 @@ def : TIndex<"nb", 0b1>;
 // TLBI (translation lookaside buffer invalidate) instruction options.
 //===----------------------------------------------------------------------===//
 
+def SysAliasRegUse : GenericEnum {
+  let ValueField = "Value";
----------------
Lukacma wrote:

Why is this necessary?

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


More information about the llvm-commits mailing list