[all-commits] [llvm/llvm-project] 8c8a4b: llvm-reduce: Avoid using constantdata uselistorder...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Apr 18 03:19:15 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/adjust-thinlto-uselistorder-test
Home: https://github.com/llvm/llvm-project
Commit: 8c8a4bc09455e500c76b525888ac2fdc1909c996
https://github.com/llvm/llvm-project/commit/8c8a4bc09455e500c76b525888ac2fdc1909c996
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
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