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
[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[llvm-project.git]
/
libclc
/
generic
/
lib
/
subnormal_helper_func.ll
blob
fb1b5d2b679fe8c8d03d425d749988704688e3da
1
@__CLC_SUBNORMAL_DISABLE = external global i1
2
3
define i1 @__clc_subnormals_disabled() #0 {
4
%disable = load i1, i1* @__CLC_SUBNORMAL_DISABLE
5
ret i1 %disable
6
}
7
8
attributes #0 = { alwaysinline }