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

dag combine sext(setcc) -> vsetcc before legalize. To make this safe,

VSETCC must define all bits, which is different than it was documented
to before.  Since all targets that implement VSETCC already have this
behavior, and we don't optimize based on this, just change the 
documentation.  We now get nice code for vec_compare.ll

llvm-svn: 74978
parent e3241b57
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