[llvm-branch-commits] Add llvm.protected.field.ptr intrinsic and pre-ISel lowering. (PR #151647)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 2 05:50:13 PDT 2025
================
@@ -461,6 +463,162 @@ bool PreISelIntrinsicLowering::expandMemIntrinsicUses(
return Changed;
}
+namespace {
+
+enum class PointerEncoding {
+ Rotate,
+ PACCopyable,
+ PACNonCopyable,
+};
----------------
nikic wrote:
Unused?
https://github.com/llvm/llvm-project/pull/151647
More information about the llvm-branch-commits
mailing list