mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
I missed this file in r54223. movzbl is now used instead
of movzbw here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11ba3b1af6
commit
1053502486
@ -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