Files
clang-p2996/llvm/test/Transforms/OpenMP
Joseph Huber d9500f5032 [OpenMP] Fix the OpenMPOpt pass incorrectly optimizing if definition was missing
Summary:
This code is intended to block transformations if the call isn't
present, however the way it's coded it silently lets it pass if the
definition doesn't exist at all. This previously was always valid since
we included the runtime as one giant blob so everything was always
there, but now that we want to move towards separate ones, it's not
quite correct.
2025-02-06 21:38:36 -06:00
..