[llvm-commits] [llvm] r52691 - in /llvm/trunk/lib/Target/X86: X86CallingConv.td X86ISelLowering.cpp X86InstrMMX.td X86RegisterInfo.td

Eli Friedman eli.friedman at gmail.com
Tue Jun 24 17:59:02 PDT 2008


"Add v2f32 (MMX) type to X86."

This doesn't make any sense.  x86 doesn't have a v2f32 type: floating
point operations aren't supported on MMX registers.  Is there anything
useful that can be done with a legal v2f32 that can't be done by just
bitcasting it to a v2i32?

-Eli



More information about the llvm-commits mailing list