[all-commits] [llvm/llvm-project] 3608e1: [DSE] Use MapVector for IOLs
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Nov 28 12:54:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3608e18a946e77a474a468304b6c3904c55dbce0
https://github.com/llvm/llvm-project/commit/3608e18a946e77a474a468304b6c3904c55dbce0
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-11-28 (Sun, 28 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE] Use MapVector for IOLs
I'm not sure whether this can cause any actual non-determinism,
but at least it makes the DSE debug log non-deterministic, which
makes it harder to debug other non-determinism issues.
More information about the All-commits
mailing list