This is an archive of the discontinued LLVM Phabricator instance.

[test] Fix tests for changed optimizer warning message
ClosedPublic

Authored by Meinersbur on Dec 4 2018, 11:56 AM.

Details

Summary

The warning message "loop not vectorized: failed explicitly specified loop vectorization" changes to "loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering" in D49281. Apply this change in clang's test cases.

Diff Detail