[clang] [llvm] [Inliner] Propagate more attributes to params when inlining (PR #91101)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 2 00:36:23 PDT 2024


nikic wrote:

It may be a good idea to skip the inference for constant arguments. I see a decent amount of things like `range(i64 -2147483576, 34359738361) 272` in the diffs.

Though I still don't think that we should be inferring range at all.

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


More information about the cfe-commits mailing list