summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/interop_codegen.cpp
AgeCommit message (Collapse)Author
2025-04-03[clang] Add SPIR-V to some OpenMP clang tests (#133503)Nick Sarnie
Just to get some more coverage. Some of the behavior might be weird and change in the future, but let's lock down what happens today to at least prevent regressions. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
2024-02-29[OpenMP] Clang Codegen Interop : Accept multiple use & destroy clauses (#83398)SunilKuravinakop
Modified clang/lib/CodeGen/CGStmtOpenMP.cpp to accept multiple use & destroy clauses with interop directive. Modified clang/test/OpenMP/interop_codegen.cpp to check for the changes. Co-authored-by: Sunil Kuravinakop <kuravina@pe28vega.us.cray.com>
2024-02-29[OpenMP] Clang Codegen Interop : Accept multiple init (#82604)SunilKuravinakop
Modifying clang/lib/CodeGen/CGStmtOpenMP.cpp to accept multiple `init` clauses with `interop` directive. --------- Co-authored-by: Sunil Kuravinakop