summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/dcbf.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add __builtin_dcbf support for PPCAhsan Saghir2019-04-291-0/+15
Summary: This patch adds support for __builtin_dcbf for PPC. __builtin_dcbf copies the contents of a modified block from the data cache to main memory and flushes the copy from the data cache. Differential revision: https://reviews.llvm.org/D59843 llvm-svn: 359517
OpenPOWER on IntegriCloud