This is an archive of the discontinued LLVM Phabricator instance.

DAG: Provide access to Pass instance from SelectionDAG
ClosedPublic

Authored by arsenm on Jun 21 2017, 4:15 PM.

Details

Reviewers
bogner
hfinkel
Summary

This allows accessing an analysis pass during lowering.

As asked about here: http://lists.llvm.org/pipermail/llvm-dev/2017-June/114067.html

Diff Detail

Event Timeline

arsenm created this revision.Jun 21 2017, 4:15 PM

As asked about here: http://lists.llvm.org/pipermail/llvm-dev/2017-June/114067.html

It does not look like there was any response to that message. I'll respond there.

hfinkel accepted this revision.Aug 1 2017, 10:08 AM

LGTM

This revision is now accepted and ready to land.Aug 1 2017, 10:08 AM
arsenm closed this revision.Aug 3 2017, 2:55 PM

r309991