Displaying 2 results from an estimated 2 matches for "b647b48a".
2008 Aug 21
0
[LLVMdev] Implementing llvm.memory.barrier on PowerPC
...'s in membarrier to i32's it works.
Thanks for doing this btw.
> --
> http://gbenson.net/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: memory-barrier.patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080820/b647b48a/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.bc
Type: application/octet-stream
Size: 236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080820/b647b48a/attachment.obj>
-------------- next pa...
2008 Aug 19
2
[LLVMdev] Implementing llvm.memory.barrier on PowerPC
Hi all,
I'm trying to implement llvm.memory.barrier on PowerPC. I've modelled
my patch (attached) on the implementation in X86, but when I try and
compile my test file (also attached) with llc I get the error "Cannot
yet select: 0x10fa4ad0: ch = MemBarrier 0x10fa4828, 0x10fa4c68,
0x10fa4be0, 0x10fa4be0, 0x10fa4be0, 0x10fa4be0". This presumably
means my "membarrier"