[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Assembler / getelementptr_vec_ce.ll
blob2b0d462fec9b1bf271e2d7c5883c79ea6d17d305
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
3 @G = global [4 x i32] zeroinitializer
5 ; CHECK-LABEL: @foo
6 ; CHECK: ret <4 x ptr> getelementptr inbounds ([4 x i32], ptr @G, <4 x i32> zeroinitializer, <4 x i32> <i32 0, i32 1, i32 2, i32 3>)
7 define <4 x ptr> @foo() {
8   ret <4 x ptr> getelementptr ([4 x i32], ptr @G, i32 0, <4 x i32> <i32 0, i32 1, i32 2, i32 3>)