[llvm-branch-commits] [llvm] SROA: Recognize llvm.protected.field.ptr intrinsics. (PR #151650)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 5 15:07:22 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.
----------------
pcc wrote:
Yes, it would be better to mention the intrinsic as the field comment does. Done.
https://github.com/llvm/llvm-project/pull/151650
More information about the llvm-branch-commits
mailing list