summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/atomic-ops-m33.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: use acquire/release instruction variants when available.Tim Northover2018-12-171-0/+140
These features (fairly) recently got split out into their own feature, so we should make CodeGen use them when available. The main change here is that the check used to be based on the triple, but now it's based on CPU features. llvm-svn: 349355
OpenPOWER on IntegriCloud