Skip to content
GitLab
Explore
Sign in
llvm-bpevl
llvm
test
Transforms
InstCombine
pow-1.ll
Find file
Blame
History
Permalink
Adds missing TLI check for library simplification of
· 4bb3f8f2
Michael Kuperstein
authored
Aug 19, 2013
* pow(x, 0.5) -> fabs(sqrt(x)) * pow(2.0, x) -> exp2(x) llvm-svn: 188656
4bb3f8f2
Loading