search for: asmgenerator

Displaying 5 results from an estimated 5 matches for "asmgenerator".

Did you mean: addgenerator
2012 Apr 28
4
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...tion target is same as the >> one of the parent module. >> > > How does this help run-time optimization? > We implement this intrinsic by learning the implementation style of llvm's garbage collector related intrinsics which support various GC strategies. It can help if the ASMGenerator in the patch is revised to be able to accept various optimization strategies provided by the user of this intrinsic. Then the intrinsic will do what the user wants to the input code string. When running the code with lli like jit tools, we can choose one optimization strategy at run-time. Though ha...
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On Fri, Apr 27, 2012 at 7:40 PM, Yabin Hu <yabin.hwu at gmail.com> wrote: > Hi LLVMers, > > The attached patch adds a new Intrinsic named "llvm.codegen" to support > embedded LLVM IR code generation. **The 'llvm.codegen' intrinsic uses > the LLVM back ends to generate code for embedded LLVM IR strings. The code > generation target can be same or
2012 Apr 28
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Hi LLVMers, The attached patch adds a new Intrinsic named "llvm.codegen" to support embedded LLVM IR code generation. **The 'llvm.codegen' intrinsic uses the LLVM back ends to generate code for embedded LLVM IR strings. The code generation target can be same or different to the one of the parent module. The original motivation inspiring us to add this intrinsic, is to
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...arget is same as the one of the parent module. > > > How does this help run-time optimization? > > We implement this intrinsic by learning the implementation style of > llvm's garbage collector related intrinsics which support various GC > strategies. It can help if the ASMGenerator in the patch is revised to > be able to accept various optimization strategies provided by the user > of this intrinsic. Then the intrinsic will do what the user wants to the > input code string. When running the code with lli like jit tools, we can > choose one optimization strategy at...
2012 Apr 28
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...the parent module. >> >> >> How does this help run-time optimization? >> >> We implement this intrinsic by learning the implementation style of >> llvm's garbage collector related intrinsics which support various GC >> strategies. It can help if the ASMGenerator in the patch is revised to >> be able to accept various optimization strategies provided by the user >> of this intrinsic. Then the intrinsic will do what the user wants to the >> input code string. When running the code with lli like jit tools, we can >> choose one optimiza...