[PATCH] D11691: [WebAssembly] Add Relooper

Matt Arsenault Matthew.Arsenault at amd.com
Fri Jul 31 17:50:25 PDT 2015


arsenm added a subscriber: arsenm.

================
Comment at: lib/Target/WebAssembly/CMakeLists.txt:12
@@ -11,2 +11,3 @@
 add_llvm_target(WebAssemblyCodeGen
+  Relooper.cpp
   WebAssemblyAsmPrinter.cpp
----------------
Would it be possible to move this into lib/Transforms/Scalar and set up as a target independent pass? I would be interested in evaluating this as an alternative to StructurizeCFG


Repository:
  rL LLVM

http://reviews.llvm.org/D11691







More information about the llvm-commits mailing list