[WebAssembly] Move call_indirect_alloca to call.ll
authorHeejin Ahn <aheejin@gmail.com>
Sun, 2 Apr 2023 03:08:42 +0000 (20:08 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Wed, 5 Apr 2023 08:41:59 +0000 (01:41 -0700)
commit47fc0186e6306f498f463ec1e3fd92b827be7d20
tree00bc7c544806689301d19ae65be47a94a792e0f2
parent93c194fc9f40636d99b2d66a22abb1442c720451
[WebAssembly] Move call_indirect_alloca to call.ll

Not sure the distinction between `call.ll` and `call-indirect.ll`,
because `call.ll` also seems to contain many `call_indirect` tests. Also
before D147033 `call-indirect.ll` only contained a single test and it
also tests it with `obj2yaml`, so I guess that file was created for
testing functionalities for object files as well.

We can probably merge these two someday. But anyway, this moves
`call_indirect_alloca` I added in D147033 to `call.ll`, given that that
file contains more `call_indirect` tests and I'm planning to add more
`call_indirect` tests in a followup CL.

Reviewed By: tlively

Differential Revision: https://reviews.llvm.org/D147396
llvm/test/CodeGen/WebAssembly/call-indirect.ll
llvm/test/CodeGen/WebAssembly/call.ll