This is an archive of the discontinued LLVM Phabricator instance.

[TypePromotion] Use Instruction* instead of Value* for a couple functions. NFC
ClosedPublic

Authored by craig.topper on Aug 18 2021, 3:05 PM.

Details

Summary

This matches how they are called and allows some isa/cast/dyn_cast
to be removed.

Diff Detail

Event Timeline

craig.topper created this revision.Aug 18 2021, 3:05 PM
craig.topper requested review of this revision.Aug 18 2021, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 3:05 PM
samparker accepted this revision.Aug 19 2021, 12:58 AM

Cheers!

This revision is now accepted and ready to land.Aug 19 2021, 12:58 AM
This revision was landed with ongoing or failed builds.Aug 19 2021, 7:18 AM
This revision was automatically updated to reflect the committed changes.