[clang] [llvm] [AArch64][llvm] Add support for Permission Overlays Extension 2 (FEAT_S1POE2) (PR #164912)

Jonathan Thackray via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 09:58:58 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>;
 
+
----------------
jthackray wrote:

Thanks, removed.

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


More information about the llvm-commits mailing list