[PATCH] D42417: Re-apply [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 4 23:32:12 PST 2018
skatkov added a comment.
Hi Sanjoy, I took the fresh llvm https://reviews.llvm.org/rL324205, revert this commit (https://reviews.llvm.org/rL324204) and:
$ opt -indvars ./inner-loop.ll -S | grep select
%s = select i1 true, i32 %0, i32 %j
Repository:
rL LLVM
https://reviews.llvm.org/D42417
More information about the llvm-commits
mailing list