[AArch64] Preserve undef on registers when expanding CALL_RVMARKER. (#71177)
Preserve the undef flag on register operands when expanding CALL_RVMARKER. This fixes a crash when the x0 operand is undef, e.g. because it was poison in the input IR. Fixes https://github.com/llvm/llvm-project/issues/68005.
Loading
Please sign in to comment