SROA: Generate selects instead of shuffles when blending values because this...
SROA: Generate selects instead of shuffles when blending values because this is the cannonical form. Shuffles are more difficult to lower and we usually don't touch them, while we do optimize selects more often. llvm-svn: 180875
Loading
Please register or sign in to comment