[llvm-commits] patch: use movd for 32-bits and movq for 64-bits consistently

Anton Korobeynikov asl at math.spbu.ru
Thu Jun 16 14:33:36 PDT 2011


> IIRC, we do things the way we do (outside of parsing asm) because the
> old Darwin assembler wouldn't accept "movq %rax, %xmm0", and required
> "movd %rax, %xmm0" instead.  I don't recall all the details of that,
> though.
Yeah. Probably it's safe nowadays to get rid of this workaround?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list