Displaying 2 results from an estimated 2 matches for "torgny".
Did you mean:
tony
2010 Nov 24
1
[LLVMdev] Selecting BRCOND instead of BRCC
...gs:$L, i16imm:$R, brtarget:$dst),
"; TODO: do conditional branching.",
[(brcond (seteq IntRegs:$L, simm8:$R), bb:$dst)]>;
I know CondBranch only handles SETEQ, but it should still match the code
above (which does "icmp eq")? Or am I wrong?
Thanks!
/ Torgny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101124/9615a071/attachment.html>
2010 Nov 17
1
[LLVMdev] Building a backend outside the LLVM source tree
...ir/my_backend -- where I store the backend I'm writing.
I've been fiddeling with the variables documented in the
llvm/Makefile.common (LEVEL, LLVM_SRC_ROOT, PROJ_SRC_DIR, etc) but without
success. Is what I'm trying to do possible with the LLVM buildsystem? If so,
how?
Thank you!
/ Torgny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101117/6de0f0ad/attachment.html>