[PATCH] D81204: [AMDGPU] Increase max iterations count to analyze complete unroll

Daniil Fukalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 17:09:19 PDT 2020


dfukalov created this revision.
dfukalov added reviewers: rampitec, mzolotukhin.
Herald added subscribers: kerbowa, zzheng, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
dfukalov updated this revision to Diff 268626.
dfukalov added a comment.

fixing lint message


In some cases inner loops may not get boosts so try to analyze them deeper.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81204

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-analyze-small-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81204.268626.patch
Type: text/x-patch
Size: 6537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/f0bef15b/attachment.bin>


More information about the llvm-commits mailing list