[PATCH] D35366: [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 2)

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 10:39:49 PDT 2017


gberry created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.

Avoid HW prefetcher instruction tag collisions in loops by inserting
MOVs to change the base address register of strided loads.


https://reviews.llvm.org/D35366

Files:
  lib/Target/AArch64/AArch64.h
  lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp
  test/CodeGen/AArch64/falkor-hwpf-fix.ll
  test/CodeGen/AArch64/falkor-hwpf-fix.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35366.106459.patch
Type: text/x-patch
Size: 25270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/62b56d41/attachment.bin>


More information about the llvm-commits mailing list