Skip to content

Commit dd51ffe

Browse files
committed
Remove branch weight assertions
1 parent f133d40 commit dd51ffe

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-umaxv.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,3 @@ declare i32 @llvm.aarch64.neon.umaxv.i32.v2i32(<2 x i32>) nounwind readnone
340340
declare i32 @llvm.aarch64.neon.umaxv.i32.v4i32(<4 x i32>) nounwind readnone
341341

342342
attributes #0 = { sanitize_memory }
343-
;.
344-
; CHECK: [[PROF1]] = !{!"branch_weights", i32 1, i32 1048575}
345-
;.

llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-uminv.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,3 @@ declare i32 @llvm.aarch64.neon.uminv.i32.v2i32(<2 x i32>) nounwind readnone
339339
declare i32 @llvm.aarch64.neon.uminv.i32.v4i32(<4 x i32>) nounwind readnone
340340

341341
attributes #0 = { sanitize_memory }
342-
;.
343-
; CHECK: [[PROF1]] = !{!"branch_weights", i32 1, i32 1048575}
344-
;.

0 commit comments

Comments
 (0)