]> granicus.if.org Git - llvm/commitdiff
AMDGPU/SI: Remove unnecessary run lines from test
authorTom Stellard <thomas.stellard@amd.com>
Wed, 26 Oct 2016 14:21:09 +0000 (14:21 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 26 Oct 2016 14:21:09 +0000 (14:21 +0000)
Summary:
This test had run lines disabling/enabling the promote alloca pass, but
enabling/disabling promote alloca had no impact on the output.

Reviewers: arsenm

Subscribers: mgrang, kzhuravl, wdng, nhaehnle, yaxunl, llvm-commits, tony-tye

Differential Revision: https://reviews.llvm.org/D25787

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285197 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AMDGPU/flat-address-space.ll

index eeb2a2e95dd868e57c089a9242d05ebc6ceec7be..1b6d8dc533af72b90c5c0095ee287aeb2097f824 100644 (file)
@@ -1,7 +1,5 @@
-; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=bonaire -mattr=-promote-alloca < %s | FileCheck -check-prefix=CHECK -check-prefix=CHECK-NO-PROMOTE %s
-; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=bonaire -mattr=+promote-alloca < %s | FileCheck -check-prefix=CHECK -check-prefix=CHECK-PROMOTE %s
-; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=tonga -mattr=-promote-alloca < %s | FileCheck -check-prefix=CHECK -check-prefix=CHECK-NO-PROMOTE %s
-; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=tonga -mattr=+promote-alloca < %s | FileCheck -check-prefix=CHECK -check-prefix=CHECK-PROMOTE %s
+; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=bonaire < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=amdgcn-mesa-mesa3d -mcpu=tonga < %s | FileCheck %s
 
 ; Disable optimizations in case there are optimizations added that
 ; specialize away generic pointer accesses.