This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][NFC] Fix return type when used isConstantIntBuildVectorOrConstantInt and isConstantFPBuildVectorOrConstantFP
ClosedPublic

Authored by Jimerlife on Aug 14 2022, 8:25 PM.

Details

Summary

Methods of isConstantIntBuildVectorOrConstantInt and isConstantFPBuildVectorOrConstantFP return type is SDNode * not bool.

Diff Detail

Event Timeline

Jimerlife created this revision.Aug 14 2022, 8:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2022, 8:25 PM
Jimerlife requested review of this revision.Aug 14 2022, 8:25 PM
Jimerlife edited the summary of this revision. (Show Details)Aug 14 2022, 8:25 PM
RKSimon accepted this revision.Aug 15 2022, 2:10 AM

LGTM

This revision is now accepted and ready to land.Aug 15 2022, 2:10 AM
This revision was landed with ongoing or failed builds.Aug 15 2022, 7:14 PM
This revision was automatically updated to reflect the committed changes.