[PATCH] D89381: [SCEV] Use nw flag and symbolic iteration count to sharpen ranges of AddRecs
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 05:20:05 PDT 2020
mkazantsev added inline comments.
================
Comment at: llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll:548
; TODO: We don't really need trunc/zext here because when iv.next overflows,
; its value is not used.
----------------
xbolva00 wrote:
> remove todo
Not until the zext is removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89381/new/
https://reviews.llvm.org/D89381
More information about the llvm-commits
mailing list