[PATCH] D130418: [LoopDataPrefetch] Fix crash when TTI doesn't set CacheLineSize
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 04:01:56 PDT 2022
RKSimon added a reviewer: spatel.
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/LoopDataPrefetch/AArch64/pr56681.ll:5
+
+; CHECK: Please set both PrefetchDistance and CacheLineSize for loop data prefetch
+
----------------
If you're going to check a debug message, I think you need "; REQUIRES: asserts" ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130418/new/
https://reviews.llvm.org/D130418
More information about the llvm-commits
mailing list