Displaying 2 results from an estimated 2 matches for "useverifi".
Did you mean:
severini
2012 Apr 29
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...to give further reviewers an up to date
version to look at.
With your comment, you actually pointed out a bug.
Instead of:
Target->addPassesToEmitFile(PM, FOS,
TargetMachine::CGFT_AssemblyFile,
CodeGenOpt::Default)
We should use:
bool UseVerifier = true;
Target->addPassesToEmitFile(PM, FOS,
TargetMachine::CGFT_AssemblyFile,
UseVerifier)
Though, I don't think that is the problem you where talking about. Could
you explain what security issues you exactly see? The embedded LL...
2012 Apr 29
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On Apr 29, 2012, at 6:37 AM, Tobias Grosser wrote:
>
> OK, I get what you mean. The intrinsic is currently targeted at the
> OpenCL/CUDA model. It is the most widely used. Stuff like cell sounds
> interesting, but probably needs further thoughts. Even with OpenCL/CUDA,
> this intrinsic works currently only for PTX code generation, but I hope
> we can gain support for other