OSDN Git Service

[X86] Correct result type for the flag result of RDSEED and RDRAND nodes. Correct...
authorCraig Topper <craig.topper@intel.com>
Sat, 7 Oct 2017 05:11:59 +0000 (05:11 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 7 Oct 2017 05:11:59 +0000 (05:11 +0000)
commitee0bb0a0d797bb4972bc6ed100c0bdb8238da924
treecf14f09180d4b696bb6ffef93d2482335251183b
parent98224a5b7b20eeab5d025e65020425a380eb787c
[X86] Correct result type for the flag result of RDSEED and RDRAND nodes. Correct the CC type for the CMOV used with RDSEED/RDRAND.

The flag result was MVT::Glue, but should be MVT::i32. The CC type was MVT::i8, but should be MVT::i32.

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