Test source: git
Transforms/LoopVectorize/ARM/mve-icmpcost.ll' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/nlopes/alive2/build/opt-alive.sh -passes=loop-vectorize -debug-only=loop-vectorize -disable-output < /bitbucket/nlopes/llvm/llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll 2>&1 | /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll # executed command: /home/nlopes/alive2/build/opt-alive.sh -passes=loop-vectorize -debug-only=loop-vectorize -disable-output # note: command had no output on stdout or stderr # error: command failed with exit status: 1 # executed command: /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll # .---command stderr------------ # | /bitbucket/nlopes/llvm/llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll:295:10: error: CHECK: expected string not found in input # | ; CHECK: LV: Found an estimated cost of 1 for VF 1 For instruction: %cmp1 = fcmp # | ^ # | <stdin>:1143:22: note: scanning from here # | LV: Selecting VF: 16. # | ^ # | <stdin>:1162:1: note: possible intended match here # | LV: Found a vectorizable loop (16) in <stdin> # | ^ # | # | Input file: <stdin> # | Check file: /bitbucket/nlopes/llvm/llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 1138: Cost of 0 for VF 16: induction instruction %incdec.ptr5 = getelementptr inbounds i8, ptr %pDst.addr.010, i32 1 # | 1139: Cost of 0 for VF 16: induction instruction %pDst.addr.010 = phi ptr [ %incdec.ptr5, %while.body ], [ %pDst, %while.body.preheader ] # | 1140: Cost of 0 for VF 16: induction instruction %incdec.ptr2 = getelementptr inbounds i8, ptr %pSrcB.addr.09, i32 1 # | 1141: Cost of 0 for VF 16: induction instruction %pSrcB.addr.09 = phi ptr [ %incdec.ptr2, %while.body ], [ %pSrcB, %while.body.preheader ] # | 1142: Cost of 1 for VF 16: exit condition instruction %cmp.not = icmp eq i32 %dec, 0 # | 1143: LV: Selecting VF: 16. # | check:295'0 X error: no match found # | 1144: LV: The target has 13 registers of Generic::ScalarRC register class # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1145: LV: The target has 8 registers of Generic::VectorRC register class # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1146: LV: Loop does not require scalar epilogue # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1147: LV: Loop cost is 50 # | check:295'0 ~~~~~~~~~~~~~~~~~~~~ # | 1148: LV: IC is 1 # | check:295'0 ~~~~~~~~~~~~ # | . # | . # | . # | 1157: Total cost of runtime checks: 5 # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1158: Cost of 0 for VF 16: EMIT vp<%cmp.n> = icmp eq ir<%blockSize>, vp<%2> # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1159: Cost of 0 for VF 16: EMIT branch-on-cond vp<%cmp.n> # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1160: LV: Minimum required TC for runtime checks to be profitable:16 # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1161: LV: Interleaving is not beneficial. # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1162: LV: Found a vectorizable loop (16) in <stdin> # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:295'1 ? possible intended match # | 1163: LV: Vectorizing: innermost loop. # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1164: LEV: Epilogue vectorization is not profitable for this loop # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1165: LV: Loop does not require scalar epilogue # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1166: LV: Loop does not require scalar epilogue # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 1167: Executing best plan with VF=16, UF=1 # | check:295'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 --