[PATCH] D91726: [LoopIdiom] 'left-shift until bittest' idiom: support canonical sign bit mask

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 11:18:06 PST 2020


lebedev.ri updated this revision to Diff 306167.
lebedev.ri marked an inline comment as done.
lebedev.ri added a comment.

Do recurrence analysis afterwards, not when matching backedge condition.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91726

Files:
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/test/Transforms/LoopIdiom/X86/left-shift-until-bittest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91726.306167.patch
Type: text/x-patch
Size: 12140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201118/2f978183/attachment.bin>


More information about the llvm-commits mailing list