index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
neg-shl-add.ll
Age
Commit message (
Expand
)
Author
2010-01-19
Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code
Dan Gohman