[reg2mem] Skip non-sized Instructions (PR58890)
We can only convert sized values into alloca/load/store, skip instructions returning other types. Fixes https://github.com/llvm/llvm-project/issues/58890. Differential Revision: https://reviews.llvm.org/D137700
Loading
Please sign in to comment