diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2023-01-31 03:33:49 -0800 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2023-01-31 06:13:54 -0800 |
commit | a51ad873bfc9f3ccf7971efce4c5f0a543ee3d5a (patch) | |
tree | 7f2e5a4cfc0e10a9e5b76690e1fd86e0939f7b69 /clang/lib/Lex/ModuleMap.cpp | |
parent | e098ee726eff11f680149122511d2883cb50e8d2 (diff) | |
download | llvm-a51ad873bfc9f3ccf7971efce4c5f0a543ee3d5a.zip llvm-a51ad873bfc9f3ccf7971efce4c5f0a543ee3d5a.tar.gz llvm-a51ad873bfc9f3ccf7971efce4c5f0a543ee3d5a.tar.bz2 |
[OpenMP][FIX] Properly check assume only uses
We improved our simplification and this exposed a bug in the store
elimination. A load that had dead uses and assume uses was thought to be
used by assumes only. Consequently we also deleted the "dead use users".
This was a problem because a dead use just means we will not use the
load there. The user might still be needed.
Exposed by OvO, reported by @ye-luo.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions