Displaying 4 results from an estimated 4 matches for "shadowkernel".
2012 Jul 13
0
[LLVMdev] Does the pass -postdomfrontier exist?
Hi shadowkernel,
> I searched the archives and found
> http://llvm.1065342.n5.nabble.com/post-dominance-frontier-fix-td10221.html
> http://llvm.1065342.n5.nabble.com/Is-there-a-control-dependence-graph-builder-td35919.html#a35921
> http://llvm.1065342.n5.nabble.com/post-dominance-frontier-td6783.html...
2012 Jul 13
2
[LLVMdev] Does the pass -postdomfrontier exist?
On 07/13/2012 04:30 PM, Duncan Sands wrote:
> Hi,
>
>> I found the -postdomfrontier pass in *llvm*.org/docs/Passes.html, but
>> 'opt' does not accept it. I could not find the relevant codes in
>> PostDominance.cpp in SVN trunk, but I found some relevant codes here
>> http://opensource.apple.com/source/clang/clang-137/src/lib/Analysis/PostDominators.cpp.
2011 Aug 24
0
[LLVMdev] lli interpreter fails to execute external functions
Hi all
I compiled LLVM using ./configure --enable-assertions
--enable-debug-runtime --enable-debug-symbols --enable-docs
--enable-shared --enable-libffi --disable-optimized
And then try to execute a .bc file using lli,
${LLVM_HOME}/Debug+Asserts/bin/lli -debug -force-interpreter ./jpegant.bc
It reports :
About to interpret: %9 = call i8* @memset(i8* %8, i32 0, i32 122)LLVM
ERROR: Tried
2012 Jul 13
4
[LLVMdev] Does the pass -postdomfrontier exist?
Hi,
I found the -postdomfrontier pass in *llvm*.org/docs/Passes.html, but
'opt' does not accept it. I could not find the relevant codes in
PostDominance.cpp in SVN trunk, but I found some relevant codes here
http://opensource.apple.com/source/clang/clang-137/src/lib/Analysis/PostDominators.cpp.
I am wondering why this pass is removed and what should I do if I want
the post