We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87747e commit 1689bb5Copy full SHA for 1689bb5
clang/test/CodeGen/ubsan-trap-merge.c
@@ -735,6 +735,10 @@ int m(int x, int y) {
735
// HANDLER-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
736
// MINRT-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
737
738
+// TRAP-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
739
+// HANDLER-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
740
+// MINRT-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
741
+
742
// TRAP-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
743
// HANDLER-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
744
// MINRT-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
0 commit comments