[PATCH] D18903: [lanai] Add areMemAccessesTriviallyDisjoint, getMemOpBaseRegImmOfs and getMemOpBaseRegImmOfsWidth.

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 07:29:19 PDT 2016


jpienaar added a comment.

Updated, thanks


================
Comment at: test/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll:1
@@ +1,2 @@
+; RUN: llc %s -mtriple=lanai-unknown-unknown -debug-only=misched -o /dev/null 2>&1 | FileCheck %s
+
----------------
majnemer wrote:
> I'd recommend piping the file in via stdin:
>   llc < %s -mtriple=lanai-unknown-unknown -debug-only=misched -o /dev/null 2>&1
> 
> This prevents the path to the file from showing up in any of LLVM's output.  Occasionally,  this causes problems if content that a CHECK line is searching for can be found inside of a path.
Fixed thanks. Didn't think about check matching on the path.


http://reviews.llvm.org/D18903





More information about the llvm-commits mailing list