[llvm] Handle llvm.dbg.values in SROA. (PR #94070)

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 09:18:27 PDT 2024


felipepiovezan wrote:

@rastogishubham One idea that can be helpful when simplifying your existing test: remove all lifetime intrinsics, and also remove all but _one_ alloca. You probably don't need more than one alloca here.

If those succeed, try simplifying the allocas _type_. Right now that type is probably more complex than you need it to be

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


More information about the llvm-commits mailing list