[PATCH] D92796: Pin -loop-reduce to legacy PM

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 13:09:42 PST 2020


asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.

Discussed this offline, and proposed this solution to make progress and resolve the failing tests.
This does need exploring further though as:

1. the behavior of current LSR will no longer be tested in the new pass manager, due to LCSSA being run as a canonicalization pass.
2. adding it to a loop pass manager in the npm will be problematic, because it doesn't preserve LCSSA.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92796



More information about the llvm-commits mailing list