Teach SROA to handle allocas with more than one dbg.declare.
It is technically legal for optimizations to create an alloca that is used by more than one dbg.declare, if one or both of them are inlined instances of aliasing variables. Differential Revision: https://reviews.llvm.org/D85172
Loading
Please register or sign in to comment