Skip to content

Commit 8555d06

Browse files
committed
The fix
1 parent 861d33c commit 8555d06

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt %s -S -mtriple=x86_64-linux-gnu -mattr=+avx512f -passes=msan 2>&1 | FileCheck %s
2+
; RUN: opt %s -S -mattr=+avx512f -passes=msan 2>&1 | FileCheck %s
33
;
44
; Forked from llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
55

6+
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
7+
target triple = "x86_64-unknown-linux-gnu"
8+
69
declare i16 @llvm.x86.avx512.kunpck.bw(i16, i16) nounwind readnone
710

811
define i16 @unpckbw_test(i16 %a0, i16 %a1) #0 {

llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt %s -S -mtriple=x86_64-linux-gnu -mattr=+avx512f -passes=msan 2>&1 | FileCheck %s
2+
; RUN: opt %s -S -mattr=+avx512f -passes=msan 2>&1 | FileCheck %s
33
;
44
; Forked from llvm/test/CodeGen/X86/avx512-intrinsics.ll
55

6+
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
7+
target triple = "x86_64-unknown-linux-gnu"
8+
69
define <8 x double> @test_mask_compress_pd_512(<8 x double> %data, <8 x double> %passthru, i8 %mask) #0 {
710
; CHECK-LABEL: @test_mask_compress_pd_512(
811
; CHECK-NEXT: [[TMP1:%.*]] = load i8, ptr inttoptr (i64 add (i64 ptrtoint (ptr @__msan_param_tls to i64), i64 128) to ptr), align 8

0 commit comments

Comments
 (0)