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

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 7 08:28:20 PST 2025


================
@@ -814,10 +814,12 @@ def lookupBTIByName : SearchIndex {
   let Key = ["Name"];
 }
 
+def : BTI<"r",  0b000>;
----------------
CarolineConcatto wrote:

Can you point me where this is being changed?

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


More information about the cfe-commits mailing list