[PATCH] D32763: [PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync.
Tim Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 13:31:34 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL303205: [PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync. (authored by timshen).
Changed prior to commit:
https://reviews.llvm.org/D32763?vs=99065&id=99187#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32763
Files:
llvm/trunk/include/llvm/IR/IntrinsicsPowerPC.td
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
llvm/trunk/lib/Target/PowerPC/PPCInstr64Bit.td
llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.td
llvm/trunk/test/CodeGen/PowerPC/atomic-2.ll
llvm/trunk/test/CodeGen/PowerPC/atomics-indexed.ll
llvm/trunk/test/CodeGen/PowerPC/atomics-regression.ll
llvm/trunk/test/CodeGen/PowerPC/atomics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32763.99187.patch
Type: text/x-patch
Size: 13957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170516/744d0c16/attachment.bin>
More information about the llvm-commits
mailing list