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

Implement shift-simplify.ll:test3, turning:

(X << 31) <s 0  --> (X&1) != 0

This happens dozens of times in the CFE.

llvm-svn: 39879
parent b1711e84
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