mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
I missed this file in r54223. movzbl is now used instead
of movzbw here. llvm-svn: 54224
This commit is contained in:
parent
efb5d2ce6e
commit
6f3fa16fd9
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 > %t
|
||||
; RUN: grep movb %t | count 2
|
||||
; RUN: grep movzbw %t
|
||||
; RUN: grep {movzb\[wl\]} %t
|
||||
|
||||
|
||||
define void @handle_vector_size_attribute() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user