diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll b/llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll index 88d4e287fc0..a3cff049b3a 100644 --- a/llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll +++ b/llvm/test/CodeGen/Hexagon/frame-offset-overflow.ll @@ -1,9 +1,14 @@ -; RUN: llc -march=hexagon < %s | FileCheck %s +; REQUIRES: asserts +; RUN: llc -march=hexagon --stats -o - 2>&1 < %s | FileCheck %s -; In reality, check that the compilation succeeded and that some code was -; generated. +; Check that the compilation succeeded and that some code was generated. ; CHECK: vadd +; Check that the loop is pipelined and that a valid node order is used. +; CHECK-NOT: Number of node order issues found +; CHECK: Number of loops software pipelined +; CHECK-NOT: Number of node order issues found + target triple = "hexagon" define void @fred(i16* noalias nocapture readonly %p0, i32 %p1, i32 %p2, i16* noalias nocapture %p3, i32 %p4) local_unnamed_addr #1 { |