[PATCH] D58919: [WebAssembly] Irreducible control flow rewrite

Alon Zakai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 14:14:14 PDT 2019


kripken updated this revision to Diff 190722.
kripken added a comment.

Updates:

- Thanks, indeed one of the tests removed before (func_2) was still irreducible at -O0, restored it into the main irreducible file test, which is now at -O0. The other (tre_parse) was actually not irreducible, so we mis-identified it, and I left it out.
- Fixed extra newline at the end of a test.
- Renamed the title to have [WebAssembly]


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

https://reviews.llvm.org/D58919

Files:
  lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  test/CodeGen/WebAssembly/irreducible-cfg-nested.ll
  test/CodeGen/WebAssembly/irreducible-cfg-nested2.ll
  test/CodeGen/WebAssembly/irreducible-cfg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58919.190722.patch
Type: text/x-patch
Size: 34658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/54c8e83a/attachment.bin>


More information about the llvm-commits mailing list