mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
11 lines
341 B
LLVM
11 lines
341 B
LLVM
|
; RUN: llc < %s -march=arm -mattr=+neon
|
||
|
|
||
|
define void @main() nounwind {
|
||
|
entry:
|
||
|
store <2 x i64> undef, <2 x i64>* undef, align 16
|
||
|
%0 = load <16 x i8>* undef, align 16 ; <<16 x i8>> [#uses=1]
|
||
|
%1 = or <16 x i8> zeroinitializer, %0 ; <<16 x i8>> [#uses=1]
|
||
|
store <16 x i8> %1, <16 x i8>* undef, align 16
|
||
|
ret void
|
||
|
}
|