search for: fastcomp

Displaying 3 results from an estimated 3 matches for "fastcomp".

2014 Mar 04
9
[LLVMdev] Upstreaming PNaCl's IR simplification passes
...VM IR by lowering complex features to simpler features. We'd like to upstream some of these IR passes to LLVM. We'd like to explore if this acceptable, and if so, how we should go about doing this. The immediate reason is that Emscripten is reusing PNaCl's IR passes for its new "fastcomp" backend [1]. It would be really useful if PNaCl and Emscripten could collaborate via upstream LLVM rather than a branch. Some background: There are two related use cases for these IR simplification passes: 1) Simplifying the task of writing a new LLVM backend. This is Emscripten's u...
2014 Mar 04
2
[LLVMdev] Upstreaming PNaCl's IR simplification passes
...r features. We'd >> like to upstream some of these IR passes to LLVM. We'd like to explore if >> this acceptable, and if so, how we should go about doing this. >> >> The immediate reason is that Emscripten is reusing PNaCl's IR passes for >> its new "fastcomp" backend [1]. It would be really useful if PNaCl and >> Emscripten could collaborate via upstream LLVM rather than a branch. >> >> Some background: There are two related use cases for these IR >> simplification passes: >> >> 1) Simplifying the task of wri...
2014 Mar 05
4
[LLVMdev] Upstreaming PNaCl's IR simplification passes
...PNaCl developers, or Emscripten developers become > more active in the community in order to build this trust and establish a > good basis for these to go into LLVM. > > >> >> The immediate reason is that Emscripten is reusing PNaCl's IR passes for >> its new "fastcomp" backend [1]. It would be really useful if PNaCl and >> Emscripten could collaborate via upstream LLVM rather than a branch. >> > > While this does seem like a useful thing for your two projects, it isn't > clear why this benefits the LLVM community. Perhaps it does,...