[all-commits] [llvm/llvm-project] 354fa0: Revert "[SCEV] Use context to strengthen flags of ...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Mon Aug 15 05:01:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 354fa0b48008eca701a110badd6974bf449df257
https://github.com/llvm/llvm-project/commit/354fa0b48008eca701a110badd6974bf449df257
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Transforms/IndVarSimplify/AArch64/widen-loop-comp.ll
M llvm/test/Transforms/IndVarSimplify/X86/iv-widen.ll
M llvm/test/Transforms/IndVarSimplify/X86/pr35406.ll
M llvm/test/Transforms/IndVarSimplify/bbi-63564.ll
M llvm/test/Transforms/IndVarSimplify/cycled_phis.ll
M llvm/test/Transforms/IndVarSimplify/eliminate-comparison.ll
M llvm/test/Transforms/IndVarSimplify/finite-exit-comparisons.ll
M llvm/test/Transforms/IndVarSimplify/loop-predication.ll
M llvm/test/Transforms/IndVarSimplify/trivial-guard.ll
M llvm/test/Transforms/LoopUnroll/runtime-loop-multiple-exits.ll
Log Message:
-----------
Revert "[SCEV] Use context to strengthen flags of BinOps"
This reverts commit 34ae308c73e4d76dbdab25a6206d3fbc5ebafdf5.
Our internal testing found a miscompile. Not sure if it's caused by
this patch or it revealed something else. Reverting while investigating.
More information about the All-commits
mailing list