diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-04-18 15:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 15:34:11 +0200 |
commit | 730773602f8b039a575e3e48cd838174dd996520 (patch) | |
tree | 3ad46cb2f6b000fd12733f18ebebd59ac4d3340e /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 63b8f1c9482ed0a964980df4aed89bef922b8078 (diff) | |
download | llvm-730773602f8b039a575e3e48cd838174dd996520.zip llvm-730773602f8b039a575e3e48cd838174dd996520.tar.gz llvm-730773602f8b039a575e3e48cd838174dd996520.tar.bz2 |
llvm-reduce: Avoid using constantdata uselistorder in thinlto test (#136288)
This also demonstrates a bug that's a consequence of the two different
paths for the single and multithreaded cases. The parallel path goes
through bitcode serialization and does preserve the uselistorder. It
therefore survives and we can observe a reduced uselistorder with deleted
instructions. In the CloneModule case, nothing is reduced.
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions