[all-commits] [llvm/llvm-project] eee958: [SimplifyCFG] Only consider provenance capture in ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu May 22 08:02:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eee958285bde228df2893f70f879c1af8ec8386c
https://github.com/llvm/llvm-project/commit/eee958285bde228df2893f70f879c1af8ec8386c
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/test/Transforms/SimplifyCFG/speculate-store.ll
Log Message:
-----------
[SimplifyCFG] Only consider provenance capture in store speculation (#138548)
The capture check here is to protect against concurrent accesses from
other threads. This requires the provenance to escape.
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