[PATCH] D82927: Intergerate Loop Peeling into Loop Fusion

Sidharth Baveja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 05:48:12 PDT 2020


sidbav updated this revision to Diff 280080.
sidbav added a comment.

Address the ASAN build failures (major change is around line 795 in LoopFuse.cpp file). Also address some @MaskRay pointed out in lit tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82927/new/

https://reviews.llvm.org/D82927

Files:
  llvm/lib/Transforms/Scalar/LoopFuse.cpp
  llvm/test/Transforms/LoopFusion/guarded_peel.ll
  llvm/test/Transforms/LoopFusion/guarded_unsafeblock_peel.ll
  llvm/test/Transforms/LoopFusion/nonadjacent_peel.ll
  llvm/test/Transforms/LoopFusion/peel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82927.280080.patch
Type: text/x-patch
Size: 38830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/83004c6f/attachment.bin>


More information about the llvm-commits mailing list