[all-commits] [llvm/llvm-project] 160a45: Return "[IndVars] Remove monotonic checks with unk...
max-azul via All-commits
all-commits at lists.llvm.org
Wed Oct 28 04:52:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 160a453138429f5e389de877fd02db2bb7dc6765
https://github.com/llvm/llvm-project/commit/160a453138429f5e389de877fd02db2bb7dc6765
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
M llvm/test/Transforms/IndVarSimplify/monotonic_checks.ll
M llvm/test/Transforms/IndVarSimplify/predicated_ranges.ll
Log Message:
-----------
Return "[IndVars] Remove monotonic checks with unknown exit count"
This reverts commit e038b60d9169733367393f733058f0ff23c28d3f.
This reverts commit a0d84d80315d0c725b5efcd889928bad1171ba56.
This revert was a mistake. The reason of the failures was
"Use uint64_t for branch weights instead of uint32_t"
Differential Revision: https://reviews.llvm.org/D87832
More information about the All-commits
mailing list