[PATCH] D11691: [WebAssembly] Add Relooper

Hugh Perkins via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 01:21:51 PDT 2016


hughperkins added a comment.

Hi, I have a project to rewrite llvm code as OpenCL https://github.com/hughperkins/cuda-on-cl  It currently outputs lots of conditional branches, is labels and gotos, in the output .I want to 'reloop' this into fors/whiles/ etc.  To what extent can I use the code in this PR to achieve this?  What are the preferred option(s) for me to use this code from my own code? (eg drop the sourcecod into my repo? build as a shared object somehow?  some other approach?)

Hugh


Repository:
  rL LLVM

https://reviews.llvm.org/D11691





More information about the llvm-commits mailing list