[PATCH] D144378: [LoopDataPrefetch] Support metadata llvm.loop.prefetch for prefetch (part 2)
Congzhe Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 21:00:12 PST 2023
congzhe added inline comments.
================
Comment at: llvm/test/Transforms/LICM/hoist-load-with-prefetch.ll:11
+; CHECK: for.body.lr.ph:
+; CHECK-NEXT: [[TMP0:%.*]] = load i32, ptr [[ARRAYIDX]], align 4
+; CHECK-NEXT: br label [[FOR_BODY:%.*]]
----------------
Would it be better to add something along the lines of `CHECK-NOT: llvm.loop.prefetch` here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144378/new/
https://reviews.llvm.org/D144378
More information about the llvm-commits
mailing list