Ticket #5814 (closed bug: fixed)
LLVM 3.0 doesn't support llvm.memory.barrier
Description
Support for the llvm.memory.barrier intrinsic was removed in LLVM 3.0 http://llvm.org/releases/3.0/docs/Atomics.html due to the introduction of the new "fence" instruction. The LLVM code generator should be updated accordingly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

