search for: addri16

Displaying 1 result from an estimated 1 matches for "addri16".

Did you mean: addr16
2004 Feb 20
1
[LLVMdev] Changes in MachineInstruction/Peephole Optimizer?
...lvm::MachineInstr>&): Assertion `MI->getNum Operands() == 2 && "These should all have 2 operands!"' failed. I've tracked it down to a difference between LLVM cvs and LLVM 1.1 in PeepholeOptimizer.cpp: In LLVM 1.1, PeepholeOptimizer.cpp: line 70: case X86::ADDri16: case X86::ADDri32: case X86::SUBri16: case X86::SUBri32: case X86::IMULri16: case X86::IMULri32: case X86::ANDri16: case X86::ANDri32: case X86::ORri16: case X86::ORri32: case X86::XORri16: case X86::XORri32: assert(MI->getNumOperands() == 3 && "These shou...