[PATCH] D99118: [SROA] Speculate around PHIs: allow load to be in a unique-successor unique-predecessor block

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 05:22:24 PDT 2021


spatel added a comment.

In D99118#2642802 <https://reviews.llvm.org/D99118#2642802>, @nikic wrote:

> I'm not really opposed to this change, but I'm also not sure it's necessary. Maybe in this case simply deleting the test case is the right thing to do?

Another option: salvage the intent and move the test to PhaseOrdering as a `-O1` test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99118



More information about the llvm-commits mailing list