]> granicus.if.org Git - llvm/commit
[X86] Stop creating CMOV nodes with a second MVT::Glue result
authorCraig Topper <craig.topper@intel.com>
Fri, 13 Oct 2017 15:28:35 +0000 (15:28 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 13 Oct 2017 15:28:35 +0000 (15:28 +0000)
commit483988c77f5778dd902ac4f92138674fcff89c75
treeb917f7ce5bf628a2ea18ea96c5b6a909a3d6766a
parentb5d60b88466047579c9e25cddf7bf763ae047ab9
[X86] Stop creating CMOV nodes with a second MVT::Glue result

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.

Reviewers: RKSimon, spatel, zvi

Reviewed By: RKSimon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D38664

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp