
The LIT test cases were migrated with the script provided by Nikita Popov. Due to the size of the change it is split into several parts. Reviewed By: nemanja, nikic Differential Revision: https://reviews.llvm.org/D135474
7 lines
205 B
LLVM
7 lines
205 B
LLVM
; RUN: llc -verify-machineinstrs -compile-twice -filetype obj \
|
|
; RUN: -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s
|
|
@foo = common global i32 0, align 4
|
|
define ptr @blah() #0 {
|
|
ret ptr @foo
|
|
}
|