[PATCH] D90408: [LoopFlatten] FlattenInfo bookkeeping. NFC.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 09:51:26 PDT 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: dmgreen, ostannard, sanwou01.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
SjoerdMeijer requested review of this revision.

Introduce struct FlattenInfo to group some of the bookkeeping. This is also separated out from D88880 <https://reviews.llvm.org/D88880>, and besides of this being a bit of a clean-up, it is a prep step for next additions. I could take things a bit further, and move things into member functions, but thought this was a good first step also not to make this change too large.


https://reviews.llvm.org/D90408

Files:
  llvm/lib/Transforms/Scalar/LoopFlatten.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90408.301663.patch
Type: text/x-patch
Size: 18095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201029/6685d251/attachment.bin>


More information about the llvm-commits mailing list