[PATCH] D73498: [NFC] Remove extra headers included in Loop Unroll and LoopUnrollAndJam files

Anh Tuyen Tran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 12:33:58 PST 2020


anhtuyen created this revision.
anhtuyen added reviewers: rnk, Meinersbur, greened.
anhtuyen added a project: LLVM.
Herald added subscribers: zzheng, hiraditya.

I am working on refactoring Loop Unroll and Jam transformation, and noticed a number of header files can be safely removed.
I have tested and know that this removal will not cause any functional changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73498

Files:
  llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73498.240653.patch
Type: text/x-patch
Size: 4242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/3b366793/attachment.bin>


More information about the llvm-commits mailing list