[PATCH] D37298: [ForwardOpTree] Allow forwarding in the presence of region statements

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 02:06:31 PDT 2017


grosser updated this revision to Diff 113373.
grosser added a comment.

It seems the change in collectIncompatibleElts is not even needed. I also have
a hard time to reproduce a test case where the forwarding is refused due to
incompatible statements. Michael, do you have an idea?


https://reviews.llvm.org/D37298

Files:
  include/polly/ScopInfo.h
  lib/Transform/ForwardOpTree.cpp
  test/ForwardOpTree/forward_from_region.ll
  test/ForwardOpTree/forward_into_region.ll
  test/ForwardOpTree/noforward_from_region.ll
  test/ForwardOpTree/noforward_region.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37298.113373.patch
Type: text/x-patch
Size: 7812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170831/797b00db/attachment.bin>


More information about the llvm-commits mailing list