[llvm-commits] [llvm] r110946 - in /llvm/trunk: lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrSSE.td test/CodeGen/X86/avx-128.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Aug 12 15:32:13 PDT 2010
On Aug 12, 2010, at 1:20 PM, Bruno Cardoso Lopes wrote:
> - Make sure MOV[AU]PS instructions are only selected when SSE1 is enabled, and duplicate the patterns to match AVX.
Hi Bruno,
I think you have to do something similar in X86InstrInfo::copyPhysReg. It always creates MOVAPSrr.
/jakob
More information about the llvm-commits
mailing list