Skip to content

Commit

Permalink
[CodeGenCUDA] Update module flag value in test
Browse files Browse the repository at this point in the history
We overwrite the value in 8096a6f from llvm::Module::Override (4)
to llvm::Module::Max (7).
  • Loading branch information
jsji committed Aug 8, 2024
1 parent 9614b82 commit bd0587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGenCUDA/convergent.cu
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ __host__ __device__ void bar() {
// HOST: attributes #[[ATTR3]] = { nounwind }
//.
// DEVICE: [[META0:![0-9]+]] = !{i32 1, !"wchar_size", i32 4}
// DEVICE: [[META1:![0-9]+]] = !{i32 4, !"nvvm-reflect-ftz", i32 0}
// DEVICE: [[META1:![0-9]+]] = !{i32 7, !"nvvm-reflect-ftz", i32 0}
// DEVICE: [[META2:![0-9]+]] = !{!"{{.*}}clang version {{.*}}"}
// DEVICE: [[META3]] = !{i64 3120}
// DEVICE: [[META4]] = !{i64 3155}
Expand Down

0 comments on commit bd0587d

Please sign in to comment.