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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 22:53:46 PDT 2017


craig.topper created this revision.

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.


https://reviews.llvm.org/D38664

Files:
  lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38664.118129.patch
Type: text/x-patch
Size: 4885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171007/24066d9d/attachment.bin>


More information about the llvm-commits mailing list