Skip to content

Commit c0cb1fe

Browse files
committed
Fix Clang-format issues
Signed-off-by: Soumi Manna <[email protected]>
1 parent 5432ff3 commit c0cb1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/intel-fpga-ivdep-embedded-loops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void ivdep_embedded_multiple_dimensions() {
125125
a[j] += j;
126126
[[INTEL::ivdep]] for (int k = 0; k != 10; ++k) {
127127
// CHECK: %{{[0-9a-z]+}} = getelementptr inbounds [10 x i32], [10 x i32]* %[[ARRAY_A]], i64 0, i64 %{{[0-9a-z]+}}, !llvm.index.group ![[IDX_GROUP_DIM_3_MUL_DIMS:[0-9]+]]
128-
a[k] += k;
128+
a[k] += k;
129129
// CHECK: br label %for.cond{{[0-9]*}}, !llvm.loop ![[MD_LOOP_DIM_3_MUL_DIMS:[0-9]+]]
130130
}
131131
// CHECK: br label %for.cond{{[0-9]*}}, !llvm.loop ![[MD_LOOP_DIM_2_MUL_DIMS:[0-9]+]]

0 commit comments

Comments
 (0)