forked from OSchip/llvm-project
[X86] Add CMOV_FR32X and CMOV_FR64X to the isCMOVPseudo function.
llvm-svn: 368250
This commit is contained in:
parent
e04c62bb23
commit
0aacc7da8b
|
@ -29431,7 +29431,9 @@ static bool checkAndUpdateEFLAGSKill(MachineBasicBlock::iterator SelectItr,
|
|||
static bool isCMOVPseudo(MachineInstr &MI) {
|
||||
switch (MI.getOpcode()) {
|
||||
case X86::CMOV_FR32:
|
||||
case X86::CMOV_FR32X:
|
||||
case X86::CMOV_FR64:
|
||||
case X86::CMOV_FR64X:
|
||||
case X86::CMOV_GR8:
|
||||
case X86::CMOV_GR16:
|
||||
case X86::CMOV_GR32:
|
||||
|
|
Loading…
Reference in New Issue