git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253640
91177308-0d34-0410-b5e6-
96231b3b80d8
level. Note that LLVM's GPU code has such a pass, but it linearizes control
flow (e.g. both sides of branches execute and are masked) which is undesirable
for WebAssembly.
-* Basic relooper to expose control flow as an AST.
-* Figure out how to properly use MC for virtual ISAs. This may require some
- refactoring of MC.
//===---------------------------------------------------------------------===//