[PATCH] D27940: [LICM] Report failing to hoist conditionally-executed loads

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 13:37:09 PST 2016


anemet created this revision.
anemet added a reviewer: hfinkel.
anemet added a subscriber: llvm-commits.

These are interesting again because the user may not be aware that this
is a common reason preventing LICM.

A const is removed from an instruction pointer declaration in order to
pass it to ORE.


https://reviews.llvm.org/D27940

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/LICM/opt-remarks-conditional-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27940.81994.patch
Type: text/x-patch
Size: 7633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161219/7cff2f54/attachment.bin>


More information about the llvm-commits mailing list