[llvm] [Inliner] Pass updated SCC to InlineAdvisor::onPassExit() (PR #96553)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 14:12:13 PDT 2024


aeubanks wrote:

> Is this NFC?

it's fixing a bug with the SCC we pass to onPassExit, but I'm actually not sure how observable this is, it was just something I randomly noticed looking at the code

https://github.com/llvm/llvm-project/pull/96553


More information about the llvm-commits mailing list