summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-preserve-uselistorder.ll
AgeCommit message (Collapse)Author
2025-04-14ThinLTO: Add flag to print uselistorder in bitcode writer pass (#133230)Matt Arsenault
This is needed in llvm-reduce to avoid perturbing the uselistorder in intermediate steps. Really llvm-reduce wants pure serialization with no dependency on the pass manager. There are other optimizations mixed in to the serialization here depending on metadata in the module, which is also bad. Part of #63621