Now that the OpenMPOpt module pass include important optimizations for removing
globalization from offloading regions it should be run at a lower optimization
level.
Details
Details
- Reviewers
jdoerfert - Commits
- rGaaad46e6f5f7: [OpenMP] Run the OpenMPOpt module pass at O1
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Since this affects only modules compiled with -fopenmp it should be OK to run OpenMPOpt at O1.