[PATCH] D35498: [LoopVectorizer] Use two step casting for float to pointer type.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 08:47:31 PDT 2017


Meinersbur added inline comments.


================
Comment at: test/Transforms/LoopVectorize/pr33804.ll:1
+; RUN: opt -loop-vectorize -debug -S < %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
----------------
It looks like you are only CHECKing the IR output (`-S`). If this is the case you can remove `-debug 2>&1` and `REQUIRES: asserts`

Mixing stderr and stdout is problematic because how they are interleaved is undefined.


https://reviews.llvm.org/D35498





More information about the llvm-commits mailing list