[PATCH] D31175: Improve TargetTransformInfo::getCFInstrCost()
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 07:49:13 PDT 2017
mssimpso added a comment.
In https://reviews.llvm.org/D31175#719052, @mssimpso wrote:
> I'd prefer to not XFAIL a test. We should go ahead and make it more robust while we're looking at it. I can take a stab at this today since I think I originally wrote this test.
I just updated the test. Hopefully it won't fail for you now.
================
Comment at: test/Transforms/LoopVectorize/SystemZ/branch-for-predicated-block.ll:1
+; RUN: opt -mtriple=s390x-unknown-linux -mcpu=z13 -loop-vectorize \
+; RUN: -force-vector-width=2 -debug-only=loop-vectorize \
----------------
You need a "REQUIRES: asserts" line here since you're checking debug output.
https://reviews.llvm.org/D31175
More information about the llvm-commits
mailing list