[PATCH] D21773: [clang] Update an optimization remark test for change D18777
Adam Nemet via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 17:53:26 PDT 2016
anemet added a comment.
> This test checks the loop-vectorization remarks when pointer checking threshold is exceeded. The change in http://reviews.llvm.org/D18777 would introduce zexts that cannot be removed so that the "loop not vectorized" reason is changed, hence breaking this test.
Can you please elaborate? The "loop not vectorized" reason is changed, to what?
http://reviews.llvm.org/D21773
More information about the cfe-commits
mailing list