Skip to content

Commit af72ee8

Browse files
committed
Fix source information
1 parent 0aa72b6 commit af72ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

66
declare i16 @llvm.x86.avx512.kunpck.bw(i16, i16) nounwind readnone
77

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

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

66
define <8 x double> @test_mask_compress_pd_512(<8 x double> %data, <8 x double> %passthru, i8 %mask) #0 {
77
; CHECK-LABEL: @test_mask_compress_pd_512(

0 commit comments

Comments
 (0)