1 ; RUN: llc -mtriple=x86_64 < %s | FileCheck %s --check-prefix=PIC
2 ; RUN: llc -mtriple=x86_64-windows < %s | FileCheck %s --check-prefix=WIN
4 define i64 @i64_test(i64 %i) nounwind readnone {
6 %j = load i64, i64 * %loc
11 define i64 @i32_test(i32 %i) nounwind readnone {
13 %j = load i32, i32 * %loc
15 %ext = zext i32 %r to i64
19 define i64 @i16_test(i16 %i) nounwind readnone {
21 %j = load i16, i16 * %loc
23 %ext = zext i16 %r to i64
27 define i64 @i8_test(i8 %i) nounwind readnone {
29 %j = load i8, i8 * %loc
31 %ext = zext i8 %r to i64