diff options
author | Heejin Ahn <aheejin@gmail.com> | 2023-03-28 01:01:21 -0700 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2023-03-29 12:46:58 -0700 |
commit | d91c9aef9b37924b2188b88fc1091f0926e6158d (patch) | |
tree | 9855fa301973e7ae593c336bac5b6ea52489175a /llvm/lib/CodeGen/DFAPacketizer.cpp | |
parent | 3e3594c771e65b48ceeb89a7186d5e3b119ec3b9 (diff) | |
download | llvm-d91c9aef9b37924b2188b88fc1091f0926e6158d.zip llvm-d91c9aef9b37924b2188b88fc1091f0926e6158d.tar.gz llvm-d91c9aef9b37924b2188b88fc1091f0926e6158d.tar.bz2 |
[WebAssembly] Select call_indirect for alloca calls
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.
Reviewed By: tlively, HerrCai0907
Differential Revision: https://reviews.llvm.org/D147033
Diffstat (limited to 'llvm/lib/CodeGen/DFAPacketizer.cpp')
0 files changed, 0 insertions, 0 deletions