Bugzilla – Bug 2255
getCopyRegToReg() does not support ST(1) as dest register
Last modified: 2008-05-01 13:56:36
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=1607) [details] Test bytecode Consider attached testcase. I'm having: llc: /home/asl/proj/llvm/src/lib/Target/X86/X86InstrInfo.cpp:1593: virtual void llvm::X86InstrInfo::copyRegToReg(llvm::MachineBasicBlock&, llvm::ilist_iterator<llvm::MachineInstr>, unsigned int, unsigned int, const llvm::TargetRegisterClass*, const llvm::TargetRegisterClass*) const: Assertion `DestReg == X86::ST0 && "Can only copy to TOS right now"' failed. This currently prevents mingw64 CRT bootstrap with llvm-gcc
*** Bug 2269 has been marked as a duplicate of this bug. ***