mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Fix test running lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = add i64 %a, %b
|
%c = add i64 %a, %b
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = add i64 %a, 1
|
%c = add i64 %a, 1
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
|
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = and i64 %a, 1
|
%c = and i64 %a, 1
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = or i64 %a, %b
|
%c = or i64 %a, %b
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = or i64 %a, 1
|
%c = or i64 %a, 1
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
|
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
|
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = xor i64 %a, %b
|
%c = xor i64 %a, %b
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc -march=systemz
|
||||||
define i64 @foo(i64 %a, i64 %b) {
|
define i64 @foo(i64 %a, i64 %b) {
|
||||||
entry:
|
entry:
|
||||||
%c = xor i64 %a, 1
|
%c = xor i64 %a, 1
|
||||||
|
Reference in New Issue
Block a user