llvm-project
e9da5f00 - [OpenMP] Fix target data region codegen being omitted for device pass (#85218)

Commit
1 year ago
[OpenMP] Fix target data region codegen being omitted for device pass (#85218) This patch enables the BodyCodeGen callback to still trigger for the TargetData nested region during the device pass. There maybe Target code nested within the TargetData region for which this is required. Also add tests for the same.
Author
Parents
Loading