[all-commits] [llvm/llvm-project] e60d62: Utils: Inhibit load/store folding through phis for...
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Wed Dec 3 17:43:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e60d62b90f83210f43816fb528e6557ab1770683
https://github.com/llvm/llvm-project/commit/e60d62b90f83210f43816fb528e6557ab1770683
Author: Peter Collingbourne <pcc at google.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/Utils/Local.cpp
A llvm/test/Transforms/PhaseOrdering/phi-protected-field-ptr.ll
Log Message:
-----------
Utils: Inhibit load/store folding through phis for llvm.protected.field.ptr.
Protected pointer field loads/stores should be paired with the intrinsic
to avoid unnecessary address escapes.
Reviewers: nikic
Reviewed By: nikic
Pull Request: https://github.com/llvm/llvm-project/pull/151649
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list