[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)

Johannes Doerfert via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 27 16:33:58 PDT 2024


================
@@ -87,8 +87,10 @@ extern "C" {
                                                    int32_t num_threads,
                                                    void *fn, void **args,
                                                    const int64_t nargs) {
+  //printf("SPMD mode\n");
----------------
jdoerfert wrote:

Please remove all these leftovers.

https://github.com/llvm/llvm-project/pull/91261


More information about the cfe-commits mailing list