[llvm-branch-commits] SROA: Recognize llvm.protected.field.ptr intrinsics. (PR #151650)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 4 15:23:56 PST 2025
================
@@ -641,6 +648,9 @@ class AllocaSlices {
/// Access the dead users for this alloca.
ArrayRef<Instruction *> getDeadUsers() const { return DeadUsers; }
+ /// Access the PFP users for this alloca.
----------------
fmayer wrote:
I don't think we have introduced the term "PFP" anywhere in the codebase?
https://github.com/llvm/llvm-project/pull/151650
More information about the llvm-branch-commits
mailing list