[clang] [llvm] [AArch64][llvm] Add support for Permission Overlays Extension 2 (FEAT_S1POE2) (PR #164912)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 08:28:21 PST 2025
================
@@ -814,10 +814,12 @@ def lookupBTIByName : SearchIndex {
let Key = ["Name"];
}
+def : BTI<"r", 0b000>;
def : BTI<"c", 0b010>;
def : BTI<"j", 0b100>;
def : BTI<"jc", 0b110>;
+
----------------
CarolineConcatto wrote:
nit:unrelated change
https://github.com/llvm/llvm-project/pull/164912
More information about the llvm-commits
mailing list