[llvm-commits] [llvm] r108680 - in /llvm/trunk/lib/Target/X86: X86Instr64bit.td X86InstrInfo.td

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jul 19 09:43:51 PDT 2010


On Jul 18, 2010, at 11:14 PM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Mon Jul 19 01:14:49 2010
> New Revision: 108680
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=108680&view=rev
> Log:
> X86: Mark MOV.*_{TC,NOREX} instruction as code gen only, they aren't real.

I don't think the MOV*_TC instructions are used for anything. Evan?

The MOV8rr_NOREX instruction is actually emitted when copying 8-bit H registers, so it is not really CodeGenOnly. Do we need a new hack? Or maybe no hack at all?






More information about the llvm-commits mailing list