Skip to content

Commit 616c68a

Browse files
committed
[NFC][MSAN] Remove an attribute in test
1 parent f71849c commit 616c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Instrumentation/MemorySanitizer/abs-vector.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
88
target triple = "x86_64-unknown-linux-gnu"
99

10-
define <4 x i64> @test_mm256_abs_epi8(<4 x i64> noundef %a) local_unnamed_addr #0 {
10+
define <4 x i64> @test_mm256_abs_epi8(<4 x i64> %a) local_unnamed_addr #0 {
1111
; CHECK-LABEL: @test_mm256_abs_epi8(
1212
; CHECK-NEXT: entry:
1313
; CHECK-NEXT: [[TMP0:%.*]] = load <4 x i64>, <4 x i64>* bitcast ([100 x i64]* @__msan_param_tls to <4 x i64>*), align 8

0 commit comments

Comments
 (0)