As per the OpenMP Spec, "A list item in a use_device_addr clause
must have a corresponding list item in the device data environment"
. Therefore a map clause is added which will make sure that the
respective list items are mapped to the device data environment
before the use_device_addr clause is specified. The CHECK lines
are also modified based on this change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The main branch dropped the use of flag -no-opaque-pointers in
this test which generated a different IR than before. This revision
gets rid of the conflicts with the main branch caused by above.