llvm-project
d9500f50 - [OpenMP] Fix the OpenMPOpt pass incorrectly optimizing if definition was missing

Commit
356 days ago
[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.
Author
Committer
Parents
Loading