[PATCH] D91323: [PowerPC] Add support for intrinsics dcbfps and dcbstps in P10.
EsmeYi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 00:23:25 PST 2020
Esme created this revision.
Esme added reviewers: jsji, steven.zhang, nemanjai, shchenz.
Herald added subscribers: llvm-commits, kbarton, hiraditya.
Herald added a project: LLVM.
Esme requested review of this revision.
This patch added support for the intrinsics llvm.ppc.dcbfps and llvm.ppc.dcbstps.
dcbfps and dcbstps are actually extended mnemonics of dcbf.
dcbfps RA,RB ---> dcbf RA,RB,4
dcbstps RA,RB ---> dcbf RA,RB,6
Repository:
rG LLVM Github Monorepo
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.304734.patch
Type: text/x-patch
Size: 4197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201112/aa872fc9/attachment.bin>
More information about the llvm-commits
mailing list