diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2022-12-13 14:35:50 -0800 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2022-12-13 18:44:20 -0800 |
commit | 8be3133ecdb7c34891c702030a40e6d20f3e3bd4 (patch) | |
tree | 8362e24c4af29253b68682071b4d28a7b8796ba4 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 23333bb6b77544997943a63f7f97c39065fad8b8 (diff) | |
download | llvm-8be3133ecdb7c34891c702030a40e6d20f3e3bd4.zip llvm-8be3133ecdb7c34891c702030a40e6d20f3e3bd4.tar.gz llvm-8be3133ecdb7c34891c702030a40e6d20f3e3bd4.tar.bz2 |
[OpenMP][FIX] Remove unsound reasoning about written to values
Even if a value is for sure written we need to visit the call sites as
they might end up inside the function that reads and writes the value.
In a follow up we can introduce correct reasoning to avoid the backwards
traversal in this case and instead check if any call site between the
write and the read might reach a potential write we want to exclude.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions