[PATCH] D76686: [LV] widenIntOrFpInduction. NFC.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 04:48:14 PDT 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: Ayal, dorit, hsaito, samparker.
Herald added subscribers: rkruppe, hiraditya.

This untangles some of the logic in `widenIntOrFpInduction`, which was quite necessary IMHO as the different cases was extremely difficult to follow and read. So I've removed/replaced this with more straigth-line code, which I would like to do first before making some other functional changes. Most of the times I directly commit NFC patches, but here I would like to get feedback as this is a little bit of a rewrite.


https://reviews.llvm.org/D76686

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76686.252264.patch
Type: text/x-patch
Size: 5673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/33263acc/attachment-0001.bin>


More information about the llvm-commits mailing list