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 8db04fb commit 4d4a805Copy full SHA for 4d4a805
llvm/test/Instrumentation/MemorySanitizer/partial-poison.ll
@@ -76,7 +76,7 @@ define <2 x i64> @full_undef(ptr %add.ptr) sanitize_memory {
76
; CHECK-LABEL: define <2 x i64> @full_undef(
77
; CHECK-SAME: ptr [[ADD_PTR:%.*]]) #[[ATTR0]] {
78
; CHECK-NEXT: call void @llvm.donothing()
79
-; CHECK: store <2 x i64> splat (i64 -1), ptr @__msan_retval_tls, align 8
+; CHECK-NEXT: store <2 x i64> splat (i64 -1), ptr @__msan_retval_tls, align 8
80
; CHECK-NEXT: ret <2 x i64> undef
81
;
82
ret <2 x i64> <i64 undef, i64 undef>
0 commit comments