This patch enhances assert that checks that it is safe to expand a particular SCEV
in SCEVExpander with one more condition: it checks that we do not try to expand
something that is not available in the block of insertion point. For example, that we
don't try to expand a Phi to its loop's preheader.
Details
Details
Diff Detail
Diff Detail