[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove

whitespace from test case.  No functional change intended.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier
2012-03-20 18:24:55 +00:00
parent 9f2e160f7a
commit 36a273a76c
2 changed files with 26 additions and 29 deletions

View File

@@ -15,4 +15,3 @@ entry:
%shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 2, i32 3, i32 4, i32 4>
ret <4 x double> %shuffle
}