mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
PTX: Fixup test cases for device param changes
llvm-svn: 133735
This commit is contained in:
parent
f6a497cf12
commit
acf53a172e
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user