summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/atomic-fence-01.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Support ATOMIC_FENCEUlrich Weigand2016-04-041-0/+16
A cross-thread sequentially consistent fence should be lowered into z/Architecture's BCR serialization instruction, instead of causing a fatal error in the back-end. Author: bryanpkc Differential Revision: http://reviews.llvm.org/D18644 llvm-svn: 265292
OpenPOWER on IntegriCloud