This is an archive of the discontinued LLVM Phabricator instance.

[X86] Stop creating CMOV nodes with a second MVT::Glue result
ClosedPublic

Authored by craig.topper on Oct 6 2017, 10:53 PM.

Details

Summary

We seem to inconsistently create CMOV nodes some with a Glue result and some without. But I can't find any cases that use the Glue result. So I've tried to remove all the place that did this.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Oct 6 2017, 10:53 PM
RKSimon accepted this revision.Oct 13 2017, 6:51 AM

LGTM

This revision is now accepted and ready to land.Oct 13 2017, 6:51 AM
This revision was automatically updated to reflect the committed changes.