[PATCH] D53516: [WebAssembly] Fix assembly printing of br_table

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 14:27:51 PDT 2018


aardappel added inline comments.


================
Comment at: test/CodeGen/WebAssembly/stack-insts.ll:9
+
+; Tests if br_table is printed correctly with a tab.
+; CHECK-LABEL: test0:
----------------
If this is the only thing this file is testing, is "stack-inst.ll" not a bit generic sounding for what it actually does? Either we intend to add more stack instruction format testing to this file, or it should have a more specific name?


Repository:
  rL LLVM

https://reviews.llvm.org/D53516





More information about the llvm-commits mailing list