[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / LTO / X86 / remangle_intrinsics_tbaa.ll
blobd39f8693a5042f32c0b12c18d1b486706055f3ed
1 ; RUN: llvm-as %s -o %t1.bc
2 ; RUN: llvm-as %p/Inputs/remangle_intrinsics_tbaa.ll -o %t2.bc
3 ; RUN: llvm-link -disable-lazy-loading %t2.bc %t1.bc -S | FileCheck %s
5 ; Verify that we correctly rename the intrinsic and don't crash
6 ; CHECK: @llvm.masked.store.v4p0.p0
8 target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-apple-macosx10.11.0"
11 %some_named_struct = type { i8 }
13 define void @foo(ptr) {
14   call void @llvm.masked.store.v4p0.p0(<4 x ptr> undef, ptr undef, i32 8, <4 x i1> undef), !tbaa !5
15   ret void
18 declare void @llvm.masked.store.v4p0.p0(<4 x ptr>, ptr, i32, <4 x i1>) #1
20 !5 = !{!6, !6, i64 0}
21 !6 = !{!"any pointer", !7, i64 0}
22 !7 = !{!"omnipotent char", !8, i64 0}
23 !8 = !{!"Simple C/C++ TBAA"}