[all-commits] [llvm/llvm-project] a4765c: [mlgo] Fix state-tracking-coro.ll test
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Oct 4 22:08:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4765c6a028ae01fd67b15ac123d07a629997ffa
https://github.com/llvm/llvm-project/commit/a4765c6a028ae01fd67b15ac123d07a629997ffa
Author: Mircea Trofin <mtrofin at google.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
Log Message:
-----------
[mlgo] Fix state-tracking-coro.ll test
Post #68263, the inline advisor printer tries to print SCC Nodes' names,
but if we perform a full pipeline (like O1), there'll be some DCE-ing
happening and the Node pointers kept in the advisor for this (printing)
purpose are dangling. Using the more eager printer post each scc inline
pass is sufficient.
More information about the All-commits
mailing list