mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
11 lines
177 B
LLVM
11 lines
177 B
LLVM
|
; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s
|
||
|
; RUN: llc < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s
|
||
|
|
||
|
define void @foo() {
|
||
|
entry:
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
; CHECK: @foo
|
||
|
|