Files
archived-llvm-mirror/test/Transforms/LICM
Nikita Popov 22ddf9b599 [LICM] Make capture check more precise
During store promotion, we check whether the pointer was captured
to exclude potential reads from other threads. However, we're only
interested in captures before or inside the loop. Check this using
PointerMayBeCapturedBefore against the loop header.

Differential Revision: https://reviews.llvm.org/D100706
2021-04-19 20:34:23 +02:00
..
2020-05-05 15:28:40 +01:00