[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:14 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:
Can you auto generate the check lines?
https://github.com/llvm/llvm-project/pull/117196
More information about the cfe-commits
mailing list