PTX: Fixup test cases for device param changes
authorJustin Holewinski <justin.holewinski@gmail.com>
Thu, 23 Jun 2011 18:10:08 +0000 (18:10 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Thu, 23 Jun 2011 18:10:08 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133735 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PTX/intrinsic.ll
test/CodeGen/PTX/llvm-intrinsic.ll

index cea41827ca478b0f2084dc506025ed3bfc5fe8b2..af987d6588dac20eea20c296868af494174d5b42 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
+; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
 
 define ptx_device i32 @test_tid_x() {
 ; CHECK: mov.u32 r0, %tid.x;
index a3176451ffd5831237a7d187976adf8b47873c23..9c532c1a3c1f6f0e534470093be2e275f61826ef 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
+; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
 
 define ptx_device float @test_sqrt_f32(float %x) {
 entry: