[all-commits] [llvm/llvm-project] 2f3e86: [DSE, MSSA] Continue checking more remaining candid...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 26 09:23:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f3e86b31818222a0ab87c4114215e86b89c9dfc
https://github.com/llvm/llvm-project/commit/2f3e86b31818222a0ab87c4114215e86b89c9dfc
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE,MSSA] Continue checking more remaining candidates with dbgcnt.
After changing the candidate iteration strategy, we should continue with
the next candidate, rather than breaking out of the loop.
More information about the All-commits
mailing list