Skip to content

Commit f6739d1

Browse files
author
Pavel V Chupin
committed
[SYCL][NVPTX] Fix wrong pulldown merge
Return back additional switch for test, that was introduced in #5900
1 parent dc1a24e commit f6739d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/param-load-store.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Verifies correctness of load/store of parameters and return values.
2-
; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -O0 -verify-machineinstrs | FileCheck -allow-deprecated-dag-overlap %s
2+
; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -O0 -verify-machineinstrs -use-ipsccp-nvptx-O0=false | FileCheck -allow-deprecated-dag-overlap %s
33
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_35 -O0 -verify-machineinstrs | %ptxas-verify -arch=sm_35 %}
44

55
%s_i1 = type { i1 }

0 commit comments

Comments
 (0)