[llvm] r315974 - Revert 315440 on behalf of mkazantsev

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 11:33:24 PDT 2017


This passes local testing and several of the bots had cycled green 
before I went to bed.  Not sure how that could have happened if I missed 
deleting the test file.

Seems to be resolved now, but still, weird.  Sorry for the noise.

Philip


On 10/17/2017 12:08 AM, Maxim Kuvyrkov wrote:
>> On Oct 17, 2017, at 10:05 AM, Maxim Kuvyrkov via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>>
>> Hi Philip,
>>
>> You missed llvm/trunk/test/Transforms/GVN/PRE/pre-load-guards.ll, which was added in the original patch, but wasn't removed in your commit.
> Nevermind, you already fixed that; the bot just hadn't caught up.
>
> --
> Maxim Kuvyrkov
> www.linaro.org
>
>
>>> On Oct 17, 2017, at 9:47 AM, Vitaly Buka via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>>>
>>> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70..
>>> FAIL: LLVM :: Transforms/GVN/PRE/pre-load-guards.ll (18076 of 22418)
>>> ******************** TEST 'LLVM :: Transforms/GVN/PRE/pre-load-guards.ll' FAILED ********************
>>> Script:
>>> --
>>> /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/opt < /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm/test/Transforms/GVN/PRE/pre-load-guards.ll -basicaa -gvn -enable-load-pre -S | /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm/test/Transforms/GVN/PRE/pre-load-guards.ll
>>> --
>>> Exit Code: 1
>>>
>>> Command Output (stderr):
>>> --
>>> /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm/test/Transforms/GVN/PRE/pre-load-guards.ll:59:15: error: CHECK-NEXT: is not on the line after the previous match
>>> ; CHECK-NEXT: br
>>>               ^
>>> <stdin>:36:2: note: 'next' match was here
>>> br label %block4
>>> ^
>>> <stdin>:34:8: note: previous match ended here
>>> block2: ; preds = %block1
>>>        ^
>>> <stdin>:35:1: note: non-matching line after previous match is here
>>> %PRE.pre = load i32, i32* %q
>>> ^
>>> /b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm/test/Transforms/GVN/PRE/pre-load-guards.ll:122:15: error: CHECK-NEXT: is not on the line after the previous match
>>> ; CHECK-NEXT: br
>>>               ^
>>> <stdin>:74:2: note: 'next' match was here
>>> br label %block4
>>> ^
>>> <stdin>:72:8: note: previous match ended here
>>> block2: ; preds = %block1
>>>        ^
>>> <stdin>:73:1: note: non-matching line after previous match is here
>>> %PRE.pre = load i32, i32* %q
>>> ^
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list