[LLVMdev] CodeGen fails for CallInst with label
Edward Lee
eslee3 at uiuc.edu
Sat Apr 19 14:39:15 PDT 2008
On Sat, Apr 19, 2008 at 3:44 PM, Chris Lattner <sabre at nondot.org> wrote:
> It sounds like you're doing something STM like, have you contacted
> Torvald to see if he has ideas or insight?
> http://llvm.org/pubs/2008-02-23-TRANSACT-TangerObjBased.html
Yeah, this is TM-like with the begin/end/abort+rollback. Thanks for
the pointer, but it seems like Tanger's implementation doesn't support
explicit aborts probably "Because our txns never abort." So there
wasn't a need to give a label to tanger_begin() to lead to an abort
block.
Ed
More information about the llvm-dev
mailing list