Test Failure: Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll

Test source: git

Log:


stderr:

+ : 'RUN: at line 1'
+ /home/nlopes//alive2/build/scripts/opt-alive.sh -S -instcombine
+ : 'RUN: at line 2'
+ /home/nlopes/llvm/build/bin/FileCheck --check-prefix=WARN --allow-empty /home/nlopes/llvm/llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll
/home/nlopes/llvm/llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll:16:13: error: WARN-NOT: excluded string found in input
; WARN-NOT: warning: {{.*}}TypeSize is not scalable
            ^
<stdin>:1:1: note: found here
warning: Compiler has made implicit assumption that TypeSize is not scalable. This may or may not lead to broken code.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Input file: <stdin>
Check file: /home/nlopes/llvm/llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
        1: warning: Compiler has made implicit assumption that TypeSize is not scalable. This may or may not lead to broken code.
not:16     !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                           error: no match expected
        2: warning: Compiler has made implicit assumption that TypeSize is not scalable. This may or may not lead to broken code.
>>>>>>

 

<-- Back