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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 14:45:26 PDT 2023


sbc100 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
----------------
Is there some way to avoid emitting these comments and keep the expectations smaller?


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