[PATCH] D11691: [WebAssembly] Add Relooper
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Jul 31 18:03:00 PDT 2015
arsenm added inline comments.
================
Comment at: lib/Target/WebAssembly/CMakeLists.txt:12
@@ -11,2 +11,3 @@
add_llvm_target(WebAssemblyCodeGen
+ Relooper.cpp
WebAssemblyAsmPrinter.cpp
----------------
arsenm wrote:
> 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
This would also have the added advantage of being able to write IR->IR tests
Repository:
rL LLVM
http://reviews.llvm.org/D11691
More information about the llvm-commits
mailing list