[LLVMdev] atomics

Andrew Lenharth andrewl at lenharth.org
Thu Feb 21 07:54:05 PST 2008


I should add that there is no libgcc functions for these to expand
too, so Target maintainers will need to implement them at some point.
(Including x86, the pseudo op was just a place holder because the
instruction and prefix needed did not exist yet).

Andrew

On 2/20/08, Andrew Lenharth <andrewl at lenharth.org> wrote:
> Attached is a patch to support atomic compare and swap, load add
>  store, and swap.  These I think should be a sufficient minimal set of
>  atomic intrinsics.
>
>  Only Alpha has codegen support for all intrinsics (hey, alpha has to
>  have something shiny and new occasionally).  X86 is a matter of
>  implementing the various xchange instructions and the lock prefix (by
>  someone more familiar with that .td file than me :) ).
>
>  I also attached the two testcases I've been using.
>
>
>  Andrew
>
>



More information about the llvm-dev mailing list