[all-commits] [llvm/llvm-project] e2dcea: [LoopFlatten] FlattenInfo bookkeeping. NFC.

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Mon Nov 9 06:51:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2dcea44890c0f67f376aaa8f477666aa48e1803
      https://github.com/llvm/llvm-project/commit/e2dcea44890c0f67f376aaa8f477666aa48e1803
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopFlatten.cpp

  Log Message:
  -----------
  [LoopFlatten] FlattenInfo bookkeeping. NFC.

Introduce struct FlattenInfo to group some of the bookkeeping. Besides this
being a bit of a clean-up, it is a prep step for next additions (D90640). I
could take things a bit further, but thought this was a good first step also
not to make this change too large.

Differential Revision: https://reviews.llvm.org/D90408




More information about the All-commits mailing list