[PATCH] D140210: [IPSCCP] Enable specialization of functions.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 10:55:18 PST 2022
nikic added a comment.
I tested this against rust: https://perf.rust-lang.org/compare.html?start=413335368bf860e701f6365b0f2f0fa4d7f85b9a&end=70212127e0974013f7e031861d421356e85b0e27&stat=instructions%3Au The results look unconcerning to me, there are no major changes in compile-time, memory usage or binary size. I guess the heuristics are sufficiently conservative to not cause problems. And it didn't crash on any of the benchmarks, so that's reassuring...
So this is fine to go ahead from my side, but I did not review the implementation at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140210/new/
https://reviews.llvm.org/D140210
More information about the llvm-commits
mailing list