This patch adds the __kmpc_get_warp_size OpenMP RTL function to the
externalization RAII struct. This was getting optimized out and then
being replaced with an undefined value once added back in, causing bugs
for complex reductions.
Details
Details
- Reviewers
jdoerfert - Commits
- rG7986a5f23ebb: [OpenMP] Add RTL function to externalization RAII
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo