21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -passes=gvn -S < %s | FileCheck %s3@file_mask = external global [8 x i64], align 324 5define fastcc void @test() {6; CHECK-LABEL: @test(7; CHECK-NEXT: entry:8; CHECK-NEXT: [[WIDE_MASKED_LOAD_1_I:%.*]] = tail call <4 x i64> @llvm.masked.load.v4i64.p0(ptr align 8 getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i64> undef)9; CHECK-NEXT: unreachable10;11entry: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) #213 %.pre392.i = load i64, ptr getelementptr inbounds ([8 x i64], ptr @file_mask, i64 0, i64 7), align 814 %or156.4.i = or i64 %.pre392.i, undef15 %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) #216 unreachable17}18 19; Function Attrs: argmemonly nounwind readonly willreturn20declare <4 x i64> @llvm.masked.load.v4i64.p0(ptr, i32 immarg, <4 x i1>, <4 x i64>)21