This patch refactors code that calls codegen for target regions. Currently
the codebase only supports the 'target' directive. The patch pulls out
common target processing code into a static function that can be called
by codegen for any target directive.
Details
Details
- Reviewers
kkwli0 sfantao caomhin carlo.bertolli ABataev gtbercea - Commits
- rG43a8b7bc8c1b: [OpenMP] Refactor code that calls codegen for target regions on the device.
rC292134: [OpenMP] Refactor code that calls codegen for target regions on the device.
rL292134: [OpenMP] Refactor code that calls codegen for target regions on the device.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks Alexey.
Is this an NFC patch? If so add 'NFC' to this patch.
Do you mean NVPTX? No, this is a patch to support target directives for any accelerator.