[PATCH] D92745: [LoopIdiomRecognize] Teach detectShiftUntilZeroIdiom to recognize loops where the counter is decrementing.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 14:25:52 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG25067f179f33: [LoopIdiomRecognize] Teach detectShiftUntilZeroIdiom to recognize loops where… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D92745?vs=311507&id=311710#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92745/new/

https://reviews.llvm.org/D92745

Files:
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/test/Transforms/LoopIdiom/X86/ctlz.ll
  llvm/test/Transforms/LoopIdiom/X86/cttz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92745.311710.patch
Type: text/x-patch
Size: 8282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/cc0deb47/attachment.bin>


More information about the llvm-commits mailing list