This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Generalize FADD constant combines to work with vectors
ClosedPublic

Authored by RKSimon on Oct 3 2015, 12:03 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon updated this revision to Diff 36446.Oct 3 2015, 12:03 PM
RKSimon retitled this revision from to [DAGCombiner] Generalize FADD constant combines to work with vectors.
RKSimon updated this object.
RKSimon added reviewers: qcolombet, andreadb, spatel.
RKSimon set the repository for this revision to rL LLVM.
RKSimon added a subscriber: llvm-commits.
arsenm accepted this revision.Oct 3 2015, 12:39 PM
arsenm added a reviewer: arsenm.
arsenm added a subscriber: arsenm.

LGTM

This revision is now accepted and ready to land.Oct 3 2015, 12:39 PM
This revision was automatically updated to reflect the committed changes.

Thanks Matt