Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
BranchFolding.cpp
Find file
Blame
History
Permalink
Transform code like:
· 3ca52185
Chris Lattner
authored
Oct 21, 2006
jle FOO jmp BAR BAR: into: jle FOO BAR: ... whoa! llvm-svn: 31098
3ca52185
Loading