Skip to content

Commit bd0587d

Browse files
committed
[CodeGenCUDA] Update module flag value in test
We overwrite the value in 8096a6f from llvm::Module::Override (4) to llvm::Module::Max (7).
1 parent 9614b82 commit bd0587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCUDA/convergent.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ __host__ __device__ void bar() {
8585
// HOST: attributes #[[ATTR3]] = { nounwind }
8686
//.
8787
// DEVICE: [[META0:![0-9]+]] = !{i32 1, !"wchar_size", i32 4}
88-
// DEVICE: [[META1:![0-9]+]] = !{i32 4, !"nvvm-reflect-ftz", i32 0}
88+
// DEVICE: [[META1:![0-9]+]] = !{i32 7, !"nvvm-reflect-ftz", i32 0}
8989
// DEVICE: [[META2:![0-9]+]] = !{!"{{.*}}clang version {{.*}}"}
9090
// DEVICE: [[META3]] = !{i64 3120}
9191
// DEVICE: [[META4]] = !{i64 3155}

0 commit comments

Comments
 (0)