[PATCH] D60966: [WebAssembly] Emit br_table for most switch instructions

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 07:53:44 PDT 2019


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: test/CodeGen/WebAssembly/cfg-stackify.ll:649
 ; CHECK-NEXT:  loop    {{$}}
-; CHECK-NOT:   block
-; CHECK:       br_if    0, {{[^,]+}}{{$}}
----------------
@sunfish There are some `CHECK-NOT`s that I don't know how to preserve here, given that the structure has completely changed. Any ideas? Or do you think it's OK not preserving these?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60966





More information about the llvm-commits mailing list