This is an archive of the discontinued LLVM Phabricator instance.

Move GVNExpression DenseMapInfo to GVNExpression.h
AbandonedPublic

Authored by rriddle on Jul 28 2017, 5:50 PM.

Details

Summary

Make the DenseMapInfo for GVNExpression available outside of NewGVN.

Diff Detail

Event Timeline

rriddle created this revision.Jul 28 2017, 5:50 PM
rriddle abandoned this revision.Jul 28 2017, 6:37 PM

Going to define a custom DenseMapInfo for my use case for now.