[llvm-branch-commits] [llvm-branch] r235550 - Merging r228848:

Tom Stellard thomas.stellard at amd.com
Wed Apr 22 14:13:11 PDT 2015


Author: tstellar
Date: Wed Apr 22 16:13:11 2015
New Revision: 235550

URL: http://llvm.org/viewvc/llvm-project?rev=235550&view=rev
Log:
Merging r228848:

------------------------------------------------------------------------
r228848 | thomas.stellard | 2015-02-11 12:11:48 -0500 (Wed, 11 Feb 2015) | 2 lines

R600/SI: Fix -march in test

------------------------------------------------------------------------

Modified:
    llvm/branches/release_36/test/CodeGen/R600/subreg-coalescer-crash.ll

Modified: llvm/branches/release_36/test/CodeGen/R600/subreg-coalescer-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/test/CodeGen/R600/subreg-coalescer-crash.ll?rev=235550&r1=235549&r2=235550&view=diff
==============================================================================
--- llvm/branches/release_36/test/CodeGen/R600/subreg-coalescer-crash.ll (original)
+++ llvm/branches/release_36/test/CodeGen/R600/subreg-coalescer-crash.ll Wed Apr 22 16:13:11 2015
@@ -1,8 +1,6 @@
-; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs -o - %s
-; RUN: llc -march=r600 -mcpu=tonga -verify-machineinstrs -o - %s
+; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs -o - %s
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs -o - %s
 ; ModuleID = 'bugpoint-reduced-simplified.bc'
-target datalayout = "e-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
-target triple = "r600--"
 
 ; SI: s_endpgm
 ; Function Attrs: nounwind





More information about the llvm-branch-commits mailing list