1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -passes=gvn -S < %s | FileCheck %s
3 @file_mask = external global [8 x i64], align 32
5 define fastcc void @test() {
8 ; CHECK-NEXT: [[WIDE_MASKED_LOAD_1_I:%.*]] = tail call <4 x i64> @llvm.masked.load.v4i64.p0(ptr nonnull getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), i32 8, <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i64> undef)
9 ; CHECK-NEXT: unreachable
12 %wide.masked.load.1.i = tail call <4 x i64> @llvm.masked.load.v4i64.p0(ptr nonnull getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), i32 8, <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i64> undef) #2
13 %.pre392.i = load i64, ptr getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), align 8
14 %or156.4.i = or i64 %.pre392.i, undef
15 %wide.masked.load614.1.i = tail call <4 x i64> @llvm.masked.load.v4i64.p0(ptr nonnull getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), i32 8, <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i64> undef) #2
19 ; Function Attrs: argmemonly nounwind readonly willreturn
20 declare <4 x i64> @llvm.masked.load.v4i64.p0(ptr, i32 immarg, <4 x i1>, <4 x i64>)