[PATCH] D73204: [NFCI][LoopUnrollAndJam] Minor changes.

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 08:22:56 PST 2020


Whitney created this revision.
Whitney added reviewers: dmgreen, jdoerfert, Meinersbur, kbarton, bmahjour, etiotto.
Whitney added a project: LLVM.
Herald added subscribers: llvm-commits, zzheng, hiraditya.

1. Add assertions.
2. Use SmallVector instead of std::vector
3. Use changeImmediateDominator instead of inserting and deleting edges.
4. Verify more analyses.

These changes are moved out of https://reviews.llvm.org/D73129 to simplify that review.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73204

Files:
  llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73204.239606.patch
Type: text/x-patch
Size: 5515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/21bf9150/attachment-0001.bin>


More information about the llvm-commits mailing list