Skip to content

Commit ca00d92

Browse files
committed
update test
1 parent abf18ac commit ca00d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/NVPTX/szext.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -o - < %s -mcpu=sm_70 -mattr=+ptx76 | FileCheck %s
3+
; RUN: %if ptxas %{ llc < %s -mcpu=sm_70 -mattr=+ptx76 | %ptxas-verify -arch=sm_70 %}
34

4-
target triple = "nvptx-unknown-cuda"
5+
target triple = "nvptx64-unknown-cuda"
56

67
define i32 @szext_wrap_u32(i32 %a, i32 %b) {
78
; CHECK-LABEL: szext_wrap_u32(

0 commit comments

Comments
 (0)