[PATCH] D91323: [PowerPC] Add support for intrinsics dcbfps and dcbstps in P10.
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 22:42:31 PST 2020
steven.zhang added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsPowerPC.td:38
+ def int_ppc_dcbfps : Intrinsic<[], [llvm_ptr_ty], []>;
+ def int_ppc_dcbstps: Intrinsic<[], [llvm_ptr_ty], []>;
----------------
I didn't go into the detail of the definition of the intrinsic. But could you please double confirm if we need to set `IntrWriteMem, IntrArgMemOnly` as it seems that dbcf stuff is trying to write memory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91323/new/
https://reviews.llvm.org/D91323
More information about the llvm-commits
mailing list