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

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 16:19:30 PDT 2024


goldsteinn wrote:

Think root cause is a bug in InstCombine where we narrow type but don't update the type of the `range` attr:
https://godbolt.org/z/PKa9355Ej

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


More information about the cfe-commits mailing list