[PATCH] D54052: Support for inserting profile-directed cache prefetches

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 14:57:28 PST 2018


vitalybuka reopened this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

This patch causes the following errors on multiple bots
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/26513

  ******************** TEST 'LLVM :: CodeGen/X86/O0-pipeline.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 3';   /b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/llc -mtriple=x86_64-- -O0 -debug-pass=Structure < /b/sanitizer-x86_64-linux-fast/build/llvm/test/CodeGen/X86/O0-pipeline.ll -o /dev/null 2>&1    | grep -v 'Verify generated machine code' | /b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/FileCheck /b/sanitizer-x86_64-linux-fast/build/llvm/test/CodeGen/X86/O0-pipeline.ll
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /b/sanitizer-x86_64-linux-fast/build/llvm/test/CodeGen/X86/O0-pipeline.ll:61:15: error: CHECK-NEXT: is not on the line after the previous match
  ; CHECK-NEXT: Contiguously Lay Out Funclets
                ^
  <stdin>:56:2: note: 'next' match was here
   Contiguously Lay Out Funclets
   ^
  <stdin>:53:25: note: previous match ended here
   X86 vzeroupper inserter
                          ^
  <stdin>:54:1: note: non-matching line after previous match is here
   Unnamed pass: implement Pass::getPassName()


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54052





More information about the llvm-commits mailing list