This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Break dependency of Type.h on DerivedTypes.h
ClosedPublic

Authored by ctetreau on Jun 11 2020, 12:51 PM.

Details

Summary

Inline functions in Type.h depended upon inline functions isVectorTy and
getScalarType defined in DerivedTypes.h. Reimplement these functions in
Type.h in terms of Type

Diff Detail

Event Timeline

ctetreau created this revision.Jun 11 2020, 12:51 PM
echristo accepted this revision.Jun 12 2020, 10:28 AM
This revision is now accepted and ready to land.Jun 12 2020, 10:28 AM
This revision was automatically updated to reflect the committed changes.