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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
pr24662.ll
blob
f2699a951bcc0e53805b72017a877aafd894c56b
1
; RUN: llc < %s -fast-isel
2
; RUN: llc < %s
3
4
; NVPTX failed to lower i670010, as size > 64
5
; UNSUPPORTED: target=nvptx{{.*}}
6
7
define i60 @PR24662b() {
8
%1 = fptoui float 0x400D9999A0000000 to i670010
9
%2 = trunc i670010 %1 to i60
10
ret i60 %2
11
}