[NFC][MSAN] Remove an attribute in test
authorVitaly Buka <vitalybuka@google.com>
Tue, 29 Sep 2020 21:38:56 +0000 (14:38 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 30 Sep 2020 00:07:52 +0000 (17:07 -0700)
llvm/test/Instrumentation/MemorySanitizer/abs-vector.ll

index a8ce056..54493c9 100644 (file)
@@ -7,7 +7,7 @@
 target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
-define <4 x i64> @test_mm256_abs_epi8(<4 x i64> noundef %a) local_unnamed_addr #0 {
+define <4 x i64> @test_mm256_abs_epi8(<4 x i64> %a) local_unnamed_addr #0 {
 ; CHECK-LABEL: @test_mm256_abs_epi8(
 ; CHECK-NEXT:  entry:
 ; CHECK-NEXT:    [[TMP0:%.*]] = load <4 x i64>, <4 x i64>* bitcast ([100 x i64]* @__msan_param_tls to <4 x i64>*), align 8