[llvm] [DSE] Apply initializes attribute to DSE (PR #107282)

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 22:48:04 PDT 2024


haopliu wrote:

> What does the compile-time impact for this look like?

I think this PR (enable the flag) has a negligible compile-time impact. The diff between this PR (enable the flag) and adding the attribute inference is 0. https://llvm-compile-time-tracker.com/ seems down now. Will post the diff link later.

We guard the change with a flag to confirm everything is expected after landing all, then enable this flag.



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


More information about the llvm-commits mailing list