[PATCH] D58736: [System Model] Introduce a target system model

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 13:42:09 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/BasicTTIImpl.h:523
+
+  // \return The cache line size in bytes.
+  virtual unsigned getCacheLineSize() const {
----------------
All of these should probably have address space arguments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58736





More information about the llvm-commits mailing list