[PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 14:30:41 PDT 2016
rnk added a comment.
F2334075: resampler_private_IIR_FIR.ll <https://reviews.llvm.org/F2334075>
Sorry, that was the wrong TU. This is a small, single function TU that, when recompiled with your SCEV change, causes Chromium's tests to fail. Your change does not cause a difference in the optimized LLVM IR, only in the final assembly, so you can debug this with llc.
Repository:
rL LLVM
https://reviews.llvm.org/D22377
More information about the llvm-commits
mailing list