mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-11 04:01:01 +00:00

Since subtraction does not commute the loop vectorizer incorrectly vectorizes reductions such as x = A[i] - x. Disabling for now. llvm-svn: 171537