blob: a9cfe412fd84760cad578ac92c67d8e8af4bc3cd [file] [log] [blame]
; Test basic support for some older processors.
;RUN: llc < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s
;RUN: llc < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s
;RUN: llc < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s
;RUN: llc < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s
;RUN: llc < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s
define void @foo() {
entry:
ret void
}
; CHECK: @foo