mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix an obvious typo.
llvm-svn: 72987
This commit is contained in:
parent
bb6a353eb2
commit
539325c8e7
@ -3447,7 +3447,7 @@ multiclass SS41I_binop_rm_int2<bits<8> opc, string OpcodeStr, Intrinsic IntId> {
|
||||
}
|
||||
|
||||
defm PMOVSXBQ : SS41I_binop_rm_int2<0x22, "pmovsxbq", int_x86_sse41_pmovsxbq>;
|
||||
defm PMOVZXBQ : SS41I_binop_rm_int2<0x32, "pmovsxbq", int_x86_sse41_pmovzxbq>;
|
||||
defm PMOVZXBQ : SS41I_binop_rm_int2<0x32, "pmovzxbq", int_x86_sse41_pmovzxbq>;
|
||||
|
||||
// Common patterns involving scalar load
|
||||
def : Pat<(int_x86_sse41_pmovsxbq
|
||||
|
@ -2,7 +2,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | not grep movq
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbd
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxwd
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbq
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovzxbq
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-apple-darwin | grep movq | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-unknown-linux-gnu | not grep movq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user