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

Fix a problem duraid encountered on itanium where this folding:

select (x < y), 1, 0 -> (x < y) incorrectly: the setcc returns i1 but the
select returned i32.  Add the zero extend as needed.

llvm-svn: 23301
parent 16e5cb87
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