[PATCH] D50501: [LICM] Hoist guards with invariant conditions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 20:52:20 PDT 2018


mkazantsev updated this revision to Diff 160052.
mkazantsev added a comment.

Fixed bug in mem-write detection, added tests to exercise guard-after-guard scenarios.


https://reviews.llvm.org/D50501

Files:
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/GuardWidening/loop-schedule.ll
  test/Transforms/LICM/guards.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50501.160052.patch
Type: text/x-patch
Size: 8516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180810/8e6a1318/attachment.bin>


More information about the llvm-commits mailing list