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

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 13:56:42 PDT 2017


asb added a comment.

Size in bytes makes most sense to me. The first thing any caller is going to do is convert away from cache lines to bytes or kilobytes anyway.


https://reviews.llvm.org/D37051





More information about the llvm-commits mailing list