Currently calling stack locations is selected using CALL in ISel,
resulting in an invalid code and crashing in AsmPrinter. FastISel
correctly selects it will CALL_INDIRECT.
Fixes the problem reported in D146781.
Differential D147033
[WebAssembly] Select call_indirect for alloca calls aheejin on Mar 28 2023, 1:08 AM. Authored by
Details Currently calling stack locations is selected using CALL in ISel, Fixes the problem reported in D146781.
Diff Detail
Event TimelineComment Actions I took a look at this, and this seems to be a different problem, which can be fixed separately. |