[PATCH] D63212: [ARM] Scan for existing loop intrinsics

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:50:20 PDT 2019


samparker created this revision.
samparker added reviewers: dmgreen, SjoerdMeijer.
Herald added subscribers: kristof.beyls, javed.absar.
Herald added a project: LLVM.

TTI should report that it's not profitable to generate a hardware loop if it, or one of its child loops, has already been converted.


Repository:
  rL LLVM

https://reviews.llvm.org/D63212

Files:
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  test/Transforms/HardwareLoops/ARM/structure.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63212.204301.patch
Type: text/x-patch
Size: 4668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/4cba199c/attachment.bin>


More information about the llvm-commits mailing list