This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Add SPLAT_VECTOR to SelectionDAG::isConstantFPBuildVectorOrConstantFP.
ClosedPublic

Authored by craig.topper on Feb 14 2022, 3:53 PM.

Details

Diff Detail

Event Timeline

craig.topper created this revision.Feb 14 2022, 3:53 PM
craig.topper requested review of this revision.Feb 14 2022, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2022, 3:53 PM

Add test case for simplifying fmul with 1.0.

sdesmalen accepted this revision.Feb 15 2022, 1:25 PM

Thanks, LGTM!

This revision is now accepted and ready to land.Feb 15 2022, 1:25 PM
This revision was automatically updated to reflect the committed changes.