[all-commits] [llvm/llvm-project] fa5cb4: [LoopFlatten] Disable IV widening
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Mon Nov 16 14:37:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa5cb4b9366228e8e17a95990a021e62376a592f
https://github.com/llvm/llvm-project/commit/fa5cb4b9366228e8e17a95990a021e62376a592f
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/test/Transforms/LoopFlatten/widen-iv.ll
Log Message:
-----------
[LoopFlatten] Disable IV widening
Disable widening of the IV in LoopFlatten while I investigate an assertion
failures. Please note that the pass is also not yet enabled by default.
More information about the All-commits
mailing list