Displaying 2 results from an estimated 2 matches for "cpptry".
Did you mean:
cpptr
2012 Dec 07
0
[LLVMdev] Interprocedural Register Allocation
...is a lot of copy/paste code there, but well, this is not really the final
code to be submitted or anything, just to play around, so I have not really
put efforts into comments etc. yet.
So when I build LLVM and try to run the pass with the following command:
$ llc --debug -cgregalloc=cg <$HOME/cpptry/manyfuncs.bc
I get the following error.
Args: llc --debug -cgregalloc=cg
Subtarget features: SSELevel 6, 3DNowLevel 0, 64bit 1
Pass ID not registered
UNREACHABLE executed at /media/python/workspace/llvm/
lib/CodeGen/Passes.cpp:324!
0 llc 0x0000000001453dfe
1 llc 0x000000...
2012 Nov 02
2
[LLVMdev] Interprocedural Register Allocation
On Oct 31, 2012, at 1:41 PM, Madhusudan C.S <madhusudancs at gmail.com> wrote:
> I have spent last 4 weeks trying to figure out how to implement
> Interprocedural Register Allocation. I must admit that I was really
> overwhelmed with LLVM's codebase while trying to figure this out :)
> There is so much to know! I think I have reached a point where I
> have some sort of