[PATCH] D91323: [PowerPC] Add support for intrinsics dcbfps and dcbstps in P10.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 20:03:17 PST 2020


Esme updated this revision to Diff 307235.
Esme added a comment.

According to ISA,

> DCBF (Data Cache Block Flush) is treated as a Load, except that reference and change recording need not be done.

it is appropriate to set `IntrReadMem, IntrArgMemOnly` for these dcbf_ instructions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91323/new/

https://reviews.llvm.org/D91323

Files:
  llvm/include/llvm/IR/IntrinsicsPowerPC.td
  llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/dcbf-p10.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91323.307235.patch
Type: text/x-patch
Size: 5043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201124/8111ae05/attachment.bin>


More information about the llvm-commits mailing list