projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d09472e
)
[FIX] Fix regression caused by c29f4ed, testcase matches output
author
Siddharth Bhat
<siddu.druid@gmail.com>
Fri, 12 May 2017 11:34:51 +0000
(11:34 +0000)
committer
Siddharth Bhat
<siddu.druid@gmail.com>
Fri, 12 May 2017 11:34:51 +0000
(11:34 +0000)
- Commit changed codegen for induction variables
- Updated testcase
llvm-svn: 302891
polly/test/GPGPU/host-control-flow.ll
patch
|
blob
|
history
diff --git
a/polly/test/GPGPU/host-control-flow.ll
b/polly/test/GPGPU/host-control-flow.ll
index
bc66dc0
..
e1258b7
100644
(file)
--- a/
polly/test/GPGPU/host-control-flow.ll
+++ b/
polly/test/GPGPU/host-control-flow.ll
@@
-39,7
+39,7
@@
; ...
; IR: call void @polly_freeKernel
; IR-NEXT: %polly.indvar_next = add nsw i64 %polly.indvar, 1
-; IR-NEXT: %polly.loop_cond = icmp sle i64 %polly.indvar
, 98
+; IR-NEXT: %polly.loop_cond = icmp sle i64 %polly.indvar
_next, 99
; IR-NEXT: br i1 %polly.loop_cond, label %polly.loop_header, label %polly.loop_exit
; KERNEL-IR: define ptx_kernel void @kernel_0(i8 addrspace(1)* %MemRef_A, i64 %c0)