[all-commits] [llvm/llvm-project] 730773: llvm-reduce: Avoid using constantdata uselistorder...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Apr 18 06:34:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 730773602f8b039a575e3e48cd838174dd996520
      https://github.com/llvm/llvm-project/commit/730773602f8b039a575e3e48cd838174dd996520
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-18 (Fri, 18 Apr 2025)

  Changed paths:
    M llvm/test/tools/llvm-reduce/thinlto-preserve-uselistorder.ll

  Log Message:
  -----------
  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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list