[PATCH] D61144: [LoopIdiomRecognize] BCmp loop idiom recognition

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 01:52:30 PDT 2019


lebedev.ri updated this revision to Diff 216780.
lebedev.ri marked 8 inline comments as done and an inline comment as not done.
lebedev.ri added a comment.
Herald added a subscriber: hiraditya.

@courbet thank you for taking a look!

Rebased, chopped `LoopIdiomRecognize::detectBCmpIdiom()` into several smaller functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61144

Files:
  llvm/docs/ReleaseNotes.rst
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/test/Transforms/LoopIdiom/bcmp-basic.ll
  llvm/test/Transforms/LoopIdiom/bcmp-debugify-remarks.ll
  llvm/test/Transforms/LoopIdiom/bcmp-negative-tests.ll
  llvm/test/Transforms/LoopIdiom/bcmp-widening.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61144.216780.patch
Type: text/x-patch
Size: 140475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190823/0eb67919/attachment-0001.bin>


More information about the llvm-commits mailing list