[llvm] [FuncSpec] Invalidate analysis by setting MadeChanges explicitly (PR #155833)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 28 07:20:50 PDT 2025


XChy wrote:

> Why not set `MadeChanges` here https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/IPO/SCCP.cpp#L174 and leave everything else as is?

I prefer the current form just for direct logic, and for other similar changes in funcspec in future. I can set it as you suggest if you insist, thanks.

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


More information about the llvm-commits mailing list