Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Target
X86
X86ISelLowering.cpp
Find file
Blame
History
Permalink
X86 MMX: optimize transfer from mmx to i32
· acb8becc
Manman Ren
authored
Oct 30, 2012
We used to generate a store (movq) + a load. Now we use movd.
rdar://9946746
llvm-svn: 167056
acb8becc
Loading