[all-commits] [llvm/llvm-project] eae0d2: Revert "[Peeling] Extend the scope of peeling a bit"
serguei-katkov via All-commits
all-commits at lists.llvm.org
Mon Jun 22 03:49:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eae0d2e9b276019713c796c435506ceb183329da
https://github.com/llvm/llvm-project/commit/eae0d2e9b276019713c796c435506ceb183329da
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
R llvm/test/Transforms/LoopUnroll/peel-loop-pgo-deopt-pd.ll
Log Message:
-----------
Revert "[Peeling] Extend the scope of peeling a bit"
This reverts commit 29b2c1ca72096ca06415b5e626e6728c42ef1e74.
The patch causes the DT verifier failure like:
DominatorTree is different than a freshly computed one!
Not sure the patch itself it wrong but revert to investigate the failure.
More information about the All-commits
mailing list