[all-commits] [llvm/llvm-project] eea696: [LICM] Only check for provenance captures (#141731)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed May 28 02:57:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eea69691908d2ff59ef2614fc6f948d021d0ef07
https://github.com/llvm/llvm-project/commit/eea69691908d2ff59ef2614fc6f948d021d0ef07
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/test/Transforms/LICM/promote-capture.ll
Log Message:
-----------
[LICM] Only check for provenance captures (#141731)
When performing scalar promotions, only consider provenance captures,
which may lead to non-thread-safe accesses. Address captures can be
ignored.
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