summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/a2q.ll
blob: b26480f08b39c3a929a53f4e64b7fe887ea6a016 (plain)
1
2
3
4
5
6
7
8
9
10
; 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