[PATCH] D18777: [ValueTracking] An improvement to IR ValueTracking on Non-negative Integers
Li Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 10:10:47 PDT 2016
lihuang added a comment.
The problem is in indvarsimplify, this patch results in redundant trunc/sext that should be eliminated by indvarsimplify but not, causing the loop in TSVC/s174 not vectorizable. I will submit a fix for review.
Repository:
rL LLVM
https://reviews.llvm.org/D18777
More information about the llvm-commits
mailing list