aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2025-03-23 11:16:50 +0000
committerGitHub <noreply@github.com>2025-03-23 11:16:50 +0000
commitcfd53ffb44f5d3c438c909b2bc9ae5604f452f39 (patch)
tree1588e0b18a4bcce66590382f259006d8b16828e7 /lldb/packages/Python/lldbsuite/test/dotest.py
parentbcd08f4d2cf660026a965e11a6a4c9845bf44d41 (diff)
downloadllvm-cfd53ffb44f5d3c438c909b2bc9ae5604f452f39.zip
llvm-cfd53ffb44f5d3c438c909b2bc9ae5604f452f39.tar.gz
llvm-cfd53ffb44f5d3c438c909b2bc9ae5604f452f39.tar.bz2
[InstCombine] Use MapVector for SourceAggregates. (#132564)
foldAggregateConstructionIntoAggregateReuse iterates over the entries of SourceAggregates and the order of inserted instructions depends on the order of the iterator. Using a regular DenseMap can lead to non-deterministic value naming/numbering. I don't think it can actually impact the generated binary, but it makes diffing IR more difficult. PR: https://github.com/llvm/llvm-project/pull/132564
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
0 files changed, 0 insertions, 0 deletions