[clang] [llvm] Codegen changes for strict modifier with grainsize/num_tasks of taskloop construct (PR #117196)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 11:55:45 PST 2024


================
@@ -0,0 +1,256 @@
+// RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -x c++ -emit-llvm %s -o - | FileCheck %s
----------------
shiltian wrote:

This file look like auto generated but there is no head line at the beginning of the file

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


More information about the cfe-commits mailing list