Skip to content
Commit f9c27c34 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than.

llvm-svn: 53282
parent 7898e980
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