[PATCH] D122134: [WebAssembly] Always emit functype directives for defined functions

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 08:58:34 PDT 2022


asb updated this revision to Diff 416975.
asb marked 2 inline comments as done.
asb edited the summary of this revision.
asb added a comment.

Update `CHECK-LABEL` lines by adding a colon at the end, rather than awkwardly skipping over functype declarations with `CHECK: .section`.


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

https://reviews.llvm.org/D122134

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  llvm/test/CodeGen/WebAssembly/byval.ll
  llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
  llvm/test/CodeGen/WebAssembly/function-pointer64.ll
  llvm/test/CodeGen/WebAssembly/functype-emission.ll
  llvm/test/CodeGen/WebAssembly/inlineasm-output-template.ll
  llvm/test/CodeGen/WebAssembly/multi-return.ll
  llvm/test/CodeGen/WebAssembly/stack-protector.ll
  llvm/test/MC/WebAssembly/stack-ptr-mclower.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122134.416975.patch
Type: text/x-patch
Size: 19972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220321/6854c017/attachment.bin>


More information about the llvm-commits mailing list