This is an archive of the discontinued LLVM Phabricator instance.

[UnJ] Common some code. NFC
ClosedPublic

Authored by dmgreen on Jul 8 2018, 2:16 PM.

Details

Summary

Create a processHeaderPhiOperands for analysing the instructions
in the aft blocks that must be moved before the loop.

I _think_ it's better, but there might be a better way to handle these
lambdas.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Jul 8 2018, 2:16 PM
SjoerdMeijer accepted this revision.Jul 12 2018, 1:31 AM

Looks like a sensible refactoring to me.

This revision is now accepted and ready to land.Jul 12 2018, 1:31 AM
xbolva00 accepted this revision.Jul 25 2018, 10:09 AM

looks good :)

This revision was automatically updated to reflect the committed changes.