[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / 2010-06-14-fast-isel-fs-load.ll
blob0264792775cc814f8b805a85caeb952e89ba6d5f
1 ; RUN: llc -fast-isel -mtriple=i686-- < %s | FileCheck %s
2 ; CHECK: %fs:
4 define i32 @test1(ptr addrspace(257) %arg) nounwind {
5        %tmp = load i32, ptr addrspace(257) %arg
6        ret i32 %tmp