[PATCH] D68793: [System Model] [TTI] Add TTI interfaces for write-combining buffers
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 08:23:18 PDT 2019
greened created this revision.
greened added reviewers: kparzysz, MatzeB, arsenm, jdoerfert, simoll, Meinersbur, hfinkel, andreadb, rengolin, steleman, ajasty-cavium, joelkevinjones, anemet, grosser.
greened added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Add interfaces for subtargets to return the number of write-combining buffers available. Also provide TTI interfaces that delegate to the subtarget interface.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68793
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/include/llvm/MC/MCSubtargetInfo.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/MC/MCSubtargetInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68793.224350.patch
Type: text/x-patch
Size: 3788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/0f0c137c/attachment.bin>
More information about the llvm-commits
mailing list