[PATCH] D60111: [POC] Loop predication w/o guards

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 20:28:18 PDT 2019


reames created this revision.
reames added reviewers: anna, Artur, fedor.sergeev.
Herald added subscribers: jdoerfert, bollu, mcrosier.

This is a draft, intended to trigger discussion.  The core point I want to engage on is how the code would need to be structured to ensure we don't exit from loops we'd otherwise not of, and how to test.


https://reviews.llvm.org/D60111

Files:
  lib/Transforms/Scalar/LoopPredication.cpp
  test/Transforms/LoopPredication/standard_branches.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60111.193228.patch
Type: text/x-patch
Size: 95828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190402/5cf790a4/attachment-0001.bin>


More information about the llvm-commits mailing list