[PATCH] D54411: [Codegen] Merge tail blocks with no successors after block placement

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 28 17:25:44 PST 2018


aheejin added inline comments.


================
Comment at: test/CodeGen/WebAssembly/cfg-stackify.ll:544
 ; OPT:      br_if       0, $pop{{[0-9]+}}{{$}}
-; OPT:      br_if       1, $pop{{[0-9]+}}{{$}}
+; OPT:      i32.ne
 ; OPT-NEXT: .LBB13_5:
----------------
You can probably drop this line, because this test is only checking control flow instructions.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54411





More information about the llvm-commits mailing list