Skip to content

Commit

Permalink
Temporarily disable undef-bug.ll/phi
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Skvortsov committed Mar 17, 2020
1 parent cfb7c1d commit 6c569b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions llvm/test/CodeGen/TVM/undef-bug.ll
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ entry:
ret i257 undef
}

define void @phi() {
; CHECK-LABEL: phi
entry:
br label %loop
loop:
%0 = phi i257* [ undef, %entry ], [ %1, %loop ]
%1 = getelementptr i257, i257* %0, i257 3
br label %loop
}
;define void @phi() {
; HECK-LABEL: phi
;entry:
; br label %loop
;loop:
; %0 = phi i257* [ undef, %entry ], [ %1, %loop ]
; %1 = getelementptr i257, i257* %0, i257 3
; br label %loop
;}

define void @two1() {
call void @two(i257 12345, i257 undef)
Expand Down

0 comments on commit 6c569b4

Please sign in to comment.