mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
PTX: Fixup test cases for device param changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133735 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
486ca24c08
commit
6b1131e5ff
@ -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