Skip to content
  • Dan Gohman's avatar
    When using MachineInstr operand indices on SDNodes, the number · cc329b56
    Dan Gohman authored
    of MachineInstr def operands must be subtracted out. This bug
    was uncovered by the recent x86 EFLAGS optimization. Before
    that, the only instructions that ever needed unfolding were
    things like CMP32rm, where NumDefs is zero.
    
    llvm-svn: 66056
    cc329b56
Loading