[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:33:20 PST 2025
================
@@ -814,10 +814,12 @@ def lookupBTIByName : SearchIndex {
let Key = ["Name"];
}
+def : BTI<"r", 0b000>;
----------------
jthackray wrote:
Page 118 of the POE2 `00eac1` specification:
```
If FEAT_BTIE is implemented, then encoding 00 when executed from an Enhanced Guarded Page is allocated as target “r”.
```
https://github.com/llvm/llvm-project/pull/164912
More information about the llvm-commits
mailing list