[PATCH] D55467: [WebAssembly] Optimize Irreducible Control Flow

Alon Zakai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 10 15:09:39 PST 2018


kripken added a comment.

In D55467#1326177 <https://reviews.llvm.org/D55467#1326177>, @sunfish wrote:

> Do we know what part of the optimizer or codegen is introducing the irreducible control flow in malloc?


Not for malloc - I think @jgravelle-google  may have been looking into that though?

Some other musl libc elements with irreducible control flow that show up in a hello world are actually irreducible in the source (!), I verified.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55467





More information about the llvm-commits mailing list