repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
0264792775cc814f8b805a85caeb952e89ba6d5f
1
; RUN: llc -fast-isel -mtriple=i686-- < %s | FileCheck %s
2
; CHECK: %fs:
3
4
define i32 @test1(ptr addrspace(257) %arg) nounwind {
5
%tmp = load i32, ptr addrspace(257) %arg
6
ret i32 %tmp
7
}