repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git]
/
test
/
CodeGen
/
NVPTX
/
pr16278.ll
blob
a836eaf2e51f936ff09f0322154966f703ea0ba8
1
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
2
3
4
@one_f = addrspace(4) global float 1.000000e+00, align 4
5
6
define float @foo() {
7
; CHECK: ld.const.f32
8
%val = load float, float addrspace(4)* @one_f
9
ret float %val
10
}