Files
clang-p2996/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
HanSheng Zhang 200f3410cd [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
2022-11-14 12:47:39 +01:00

4.8 KiB