[PATCH] D65884: [ARM] MVE Tail Predication

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 02:19:42 PDT 2019


davezarzycki added a comment.

I think this might have caused a regression (my git-bisect is nearly complete):

  FAIL: LLVM :: CodeGen/ARM/O3-pipeline.ll (24373 of 51236)
  ******************** TEST 'LLVM :: CodeGen/ARM/O3-pipeline.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 1';   /tmp/_update_lc/t/bin/llc -mtriple=arm -O3 -debug-pass=Structure < /home/dave/s/lp/llvm/test/CodeGen/ARM/O3-pipeline.ll -o /dev/null 2>&1 | grep -v "Verify generated machine code" | /tmp/_update_lc/t/bin/FileCheck /home/dave/s/lp/llvm/test/CodeGen/ARM/O3-pipeline.ll
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /home/dave/s/lp/llvm/test/CodeGen/ARM/O3-pipeline.ll:55:15: error: CHECK-NEXT: is not on the line after the previous match
  ; CHECK-NEXT: Safe Stack instrumentation pass
                ^
  <stdin>:65:2: note: 'next' match was here
   Safe Stack instrumentation pass
   ^
  <stdin>:61:25: note: previous match ended here
   Hardware Loop Insertion
                          ^
  <stdin>:62:1: note: non-matching line after previous match is here
   Scalar Evolution Analysis
  ^
  
  --
  
  ********************
  Testing Time: 64.36s
  ********************
  Failing Tests (1):
      LLVM :: CodeGen/ARM/O3-pipeline.ll
  
    Expected Passes    : 50558
    Expected Failures  : 168
    Unsupported Tests  : 509
    Unexpected Failures: 1


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65884/new/

https://reviews.llvm.org/D65884





More information about the llvm-commits mailing list