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

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 10 09:12:51 PST 2025


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

So should this also be using:
let Requires = ["AArch64::FeatureTBIE"] 

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


More information about the llvm-commits mailing list