[PATCH] D53450: [Pipeliner] Ignore Artificial dependences while computing recurrences.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 25 20:23:36 PDT 2018
MaskRay added inline comments.
================
Comment at: llvm/trunk/test/CodeGen/Hexagon/swp-art-deps-rec.ll:1
+; RUN: llc -march=hexagon -mcpu=hexagonv65 -O3 -debug-only=pipeliner \
+; RUN: < %s 2>&1 | FileCheck %s
----------------
Hi, `-debug-only=` option is only available in `#ifdef NDEBUG` builds.
This should use `REQUIRES: asserts` (which I have fixed).
Repository:
rL LLVM
https://reviews.llvm.org/D53450
More information about the llvm-commits
mailing list