[all-commits] [llvm/llvm-project] 47fc01: [WebAssembly] Move call_indirect_alloca to call.ll

Heejin Ahn via All-commits all-commits at lists.llvm.org
Wed Apr 5 01:42:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47fc0186e6306f498f463ec1e3fd92b827be7d20
      https://github.com/llvm/llvm-project/commit/47fc0186e6306f498f463ec1e3fd92b827be7d20
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M llvm/test/CodeGen/WebAssembly/call-indirect.ll
    M llvm/test/CodeGen/WebAssembly/call.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list