Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/LoopDataPrefetch/AArch64/pr56681.ll | ||
---|---|---|
6 | If you're going to check a debug message, I think you need "; REQUIRES: asserts" ? |
Comment Actions
Do you force all targets to provide PrefetchDistance and PrefetchDistance or could it be an llvm::optional ?
Comment Actions
Thanks, I think it is unfriendly to crash at the moment. Use a default value when they are not specified can be independent next step, if you feel the need.
llvm/test/Transforms/LoopDataPrefetch/AArch64/pr56681.ll | ||
---|---|---|
2 | Is the update script necessary? Did it manage to generate up the CHECK ? |
Is the update script necessary? Did it manage to generate up the CHECK ?