Skip to content
Commit 2e93c427 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement SimplifyCFG/branch-cond-merge.ll

Turning "if (A < B && B < C)" into "if (A < B & B < C)"

llvm-svn: 13311
parent c9b34e56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment