This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][3/3] Introduce the KernelEnvironment into Clang tests
ClosedPublic

Authored by jdoerfert on Jan 9 2022, 7:16 PM.

Details

Summary

Since Clang uses the OpenMP-IR-Builder to create kernels, the
introduction of the KernelEnvironment in the middle-end will require all
GPU tests to be updated. This was done mostly via the script.
Only test changes are include and no other Clang changes are expected.

Diff Detail