This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Merge different versions of isConstantOrConstantVector
AcceptedPublic

Authored by arsenm on Feb 8 2022, 2:37 PM.

Details

Summary

This leans towards the newer version which handles opaque and FP
constants, but does not bother using look through (which seems to
impact no tests).

Diff Detail

Event Timeline

arsenm created this revision.Feb 8 2022, 2:37 PM
arsenm requested review of this revision.Feb 8 2022, 2:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 2:37 PM
Herald added a subscriber: wdng. · View Herald Transcript
aemerson accepted this revision.Feb 16 2022, 3:25 PM

LGTM.

This revision is now accepted and ready to land.Feb 16 2022, 3:25 PM