Skip to content
Commit 2d4cca35 authored by Owen Anderson's avatar Owen Anderson
Browse files

DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...

DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC without first checking the target's vector boolean contents.
This exposed an issue with PowerPC AltiVec where it appears it was setting the wrong vector boolean contents.  The included change
fixes the PowerPC tests, and was OK'd by Hal.

llvm-svn: 180129
parent a4f8741c
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