[PATCH] D47951: [SCEV] Look through zero-extends in howFarToZero
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 09:57:10 PDT 2018
kparzysz added inline comments.
================
Comment at: lib/Analysis/ScalarEvolution.cpp:8268
bool AllowPredicates) {
-
// This is only used for loops with a "x != y" exit test. The exit condition
----------------
Accidental deletion.
Repository:
rL LLVM
https://reviews.llvm.org/D47951
More information about the llvm-commits
mailing list