mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 17:26:06 +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