[PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 17 07:57:05 PST 2016
sfantao marked an inline comment as done.
================
Comment at: test/OpenMP/target_map_codegen.cpp:1705
@@ +1704,3 @@
+ // CK19-DAG: [[SEC000]] = getelementptr {{.*}}[4 x [5 x [6 x i32]]]* [[VAR0]], i{{.+}} 0, i{{.+}} 1
+
+ // CK19: call void [[CALL25:@.+]]([4 x [5 x [6 x i32]]]* {{[^,]+}})
----------------
Regression tests for array sections start here.
http://reviews.llvm.org/D16749
More information about the cfe-commits
mailing list