Implementation of the actual funtions of #pragma clang loop [no]prefetch 1. If hoist/sink occurs in the load/store instruction, the metadata is stripped from the instruction. 2. Add support for llvm.loop.prefetch in LoopDataPrefetch.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
llvm/test/Transforms/LICM/hoist-load-with-prefetch.ll | ||
---|---|---|
11 | Would it be better to add something along the lines of CHECK-NOT: llvm.loop.prefetch here? |
Would it be better to add something along the lines of CHECK-NOT: llvm.loop.prefetch here?