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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2008-03-06-frem-fpstack.ll
blob
498d6baa8581cc9e4f5a550db2044c7c71f7f089
1
; RUN: llc < %s -mtriple=i686-- -mcpu=i386
2
; PR2122
3
define float @func(float %a, float %b) nounwind {
4
entry:
5
%tmp3 = frem float %a, %b ; <float> [#uses=1]
6
ret float %tmp3
7
}