[PATCH] D127342: [TargetTransformInfo] Added an option for the cache line size

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 13:32:40 PDT 2022


congzhe updated this revision to Diff 435663.
congzhe edited the summary of this revision.
congzhe added a reviewer: bryanpkc.
congzhe added a comment.

Update the patch according to reviewers' comments.

1. Reworded the option to `cache-line-size` and reworded the message a bit.
2. Deleted the previous test file and added a new file which mirrors "powerpc/compute-cost.ll" but with different cache line sizes specified.
3. Reworded the summary of this patch a bit to be more clear.


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

https://reviews.llvm.org/D127342

Files:
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/test/Analysis/LoopCacheAnalysis/compute-cost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127342.435663.patch
Type: text/x-patch
Size: 7050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220609/82feb489/attachment.bin>


More information about the llvm-commits mailing list