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

- InstCombine (cast (xor A, B) to bool) ==> (setne A, B)

  - InstCombine (cast (and X, (1 << size(X)-1)) to bool) ==> x < 0

llvm-svn: 7241
parent 9af9880d
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