[all-commits] [llvm/llvm-project] a0d84d: Revert "[NFC] Factor away lambda's redundant param...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Oct 27 07:33:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a0d84d80315d0c725b5efcd889928bad1171ba56
https://github.com/llvm/llvm-project/commit/a0d84d80315d0c725b5efcd889928bad1171ba56
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Log Message:
-----------
Revert "[NFC] Factor away lambda's redundant parameter"
This reverts commit fdc845b36130d162e5a66e427bf69b2c37b6c6bb.
It seems to be a follow-up to c6372b3fb495 which will be reverted.
Commit: e038b60d9169733367393f733058f0ff23c28d3f
https://github.com/llvm/llvm-project/commit/e038b60d9169733367393f733058f0ff23c28d3f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-10-27 (Tue, 27 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:
-----------
Revert "[IndVars] Remove monotonic checks with unknown exit count"
This reverts commit c6ca26c0bfedb8f80d6f8cb9adde25b1d6aac1c5.
This breaks stage2 builds due to hitting this assert:
```
Assertion failed: (WeightSum <= UINT32_MAX && "Expected weights to scale down to 32 bits"), function calcMetadataWeights
```
when compiling AArch64RegisterBankInfo.cpp in LLVM.
Compare: https://github.com/llvm/llvm-project/compare/75a1790f4bf0...e038b60d9169
More information about the All-commits
mailing list