[clang] [CodeGen][NFC] Run mem2reg and sroa on complex range tests (PR #131925)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 14:47:01 PDT 2025


efriedma-quic wrote:

Running both mem2reg and sroa is redunant; just run sroa.

If the undefs are getting introduced by sroa, that's fine; they'll go away when we fix sroa.

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


More information about the cfe-commits mailing list