[PATCH] D37051: Model cache size and associativity in TargetTransformInfo

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 01:28:20 PDT 2017


grosser updated this revision to Diff 112304.
grosser added a comment.

Incorporate asb's comments.

- Use 'D' postfix to clarify we talk about the data caches
- Fix typo in cache size
- Implement associativity for X86


https://reviews.llvm.org/D37051

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37051.112304.patch
Type: text/x-patch
Size: 5198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/fea59105/attachment.bin>


More information about the llvm-commits mailing list