[PATCH] D130418: [LoopDataPrefetch] Fix crash when TTI doesn't set CacheLineSize

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 04:06:38 PDT 2022


tschuett added a comment.

Do you force all targets to provide `PrefetchDistance` and `PrefetchDistance` or could it be an `llvm::optional` ?


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

https://reviews.llvm.org/D130418



More information about the llvm-commits mailing list