Skip to content
Commit d4c72462 authored by Michael Zolotukhin's avatar Michael Zolotukhin
Browse files

Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) and

sext{C1,+,C2} --> sext(C1) + sext{0,+,C2} transformation in Scalar
Evolution.

That helps SLP-vectorizer to recognize consecutive loads/stores.

<rdar://problem/14860614>

llvm-svn: 209568
parent 188cafb0
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