Skip to content

Commit

Permalink
llvm,test: Fix llvmpasses tests for LLVM 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored and vtjnash committed Sep 12, 2019
1 parent 15a71b9 commit 31fba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/llvmpasses/loopinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ end

# Example from a GPU kernel where we want to unroll the outer loop
# and the inner loop is a boundschecked single iteration loop.
# The `@show` is used to bloat the loop and `FINAL-COUNT-10:` seems
# not to be working so we duplicate the checks.
# The `@show` is used to bloat the loop and `X-COUNT-10:` seems
# not to be working so we duplicate the checks. FIXME LLVM8
# CHECK-LABEL: @julia_loop_unroll2
# LOWER-LABEL: @julia_loop_unroll2
# FINAL-LABEL: @julia_loop_unroll2
Expand Down

0 comments on commit 31fba07

Please sign in to comment.