projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c601d0
)
[NFC] Remove comment (commited ahead of time by mistake)
author
Max Kazantsev
<mkazantsev@azul.com>
Thu, 19 Nov 2020 09:28:34 +0000
(16:28 +0700)
committer
Max Kazantsev
<mkazantsev@azul.com>
Thu, 19 Nov 2020 09:28:34 +0000
(16:28 +0700)
llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
b/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
index
0467f6d
..
2693f45
100644
(file)
--- a/
llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
+++ b/
llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
@@
-1556,9
+1556,6
@@
bool WidenIV::widenWithVariantUse(WidenIV::NarrowIVDefUse DU) {
return false;
ExtUsers.push_back(User);
}
- // We'll prove some facts that should be true in the context of ext users. IF
- // there is no users, we are done now. If there are some, pick their common
- // dominator as context.
if (ExtUsers.empty()) {
DeadInsts.emplace_back(NarrowUse);
return true;