[PATCH] D146568: [NFC][WebAssembly] Autogenerate test expectations for tailcall.ll

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 14:51:25 PDT 2023


tlively added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/tailcall.ll:105
+; CHECK:         .functype indirect_tail (i32, i32, i32) -> (i32)
+; CHECK-NEXT:  # %bb.0:
+; CHECK-NEXT:    return_call_indirect , $0, $1, $2, $0
----------------
sbc100 wrote:
> Is there some way to avoid emitting these comments and keep the expectations smaller?
Not without some extra work. The update script currently only recognizes the fully verbose output for the Wasm backend.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146568/new/

https://reviews.llvm.org/D146568



More information about the llvm-commits mailing list