Skip to content

Commit 42de996

Browse files
committed
Remove branch weights assertions
1 parent 0941a9e commit 42de996

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
@@ -356,6 +356,3 @@ declare i32 @llvm.aarch64.neon.umaxv.i32.v2i32(<2 x i32>) nounwind readnone
356356
declare i32 @llvm.aarch64.neon.umaxv.i32.v4i32(<4 x i32>) nounwind readnone
357357

358358
attributes #0 = { sanitize_memory }
359-
;.
360-
; CHECK: [[PROF1]] = !{!"branch_weights", i32 1, i32 1048575}
361-
;.

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

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

357357
attributes #0 = { sanitize_memory }
358-
;.
359-
; CHECK: [[PROF1]] = !{!"branch_weights", i32 1, i32 1048575}
360-
;.

0 commit comments

Comments
 (0)