summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pwr3-6x.ll
blob: e74418ed693e8bb1b43cd38b8fded11484986e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Test basic support for some older processors.

;RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=pwr3 | FileCheck %s
;RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=pwr4 | FileCheck %s
;RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=pwr5 | FileCheck %s
;RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=pwr5x | FileCheck %s
;RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=pwr6x | FileCheck %s

define void @foo() {
entry:
  ret void
}

; CHECK: @foo