[PATCH] D34619: [ARM] Enable partial and runtime unrolling

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 05:38:16 PDT 2017


samparker updated this revision to Diff 105842.
samparker added a comment.

After more testing, I've found that the variant inner loop check was unnecessary so I've removed that check.


https://reviews.llvm.org/D34619

Files:
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  test/CodeGen/ARM/loop-unrolling.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34619.105842.patch
Type: text/x-patch
Size: 10259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/7d179a53/attachment.bin>


More information about the llvm-commits mailing list