diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-19 21:05:21 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-19 21:05:21 +0000 |
| commit | c76fefc6de1def5daa94fcc9a4c6fff904e2e797 (patch) | |
| tree | f5a02afa3965569360dcf16b0428b0e02298faad | |
| parent | 1d2bd158213520acc9788027b3b58adc0be02d19 (diff) | |
| download | bcm5719-llvm-c76fefc6de1def5daa94fcc9a4c6fff904e2e797.tar.gz bcm5719-llvm-c76fefc6de1def5daa94fcc9a4c6fff904e2e797.zip | |
[Hexagon] Add REQUIRES: asserts to test/CodeGen/Hexagon/v6vec_inc1.ll
llvm-svn: 327907
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/v6vec_inc1.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/v6vec_inc1.ll b/llvm/test/CodeGen/Hexagon/v6vec_inc1.ll index 6b3e3794678..73e930ebb85 100644 --- a/llvm/test/CodeGen/Hexagon/v6vec_inc1.ll +++ b/llvm/test/CodeGen/Hexagon/v6vec_inc1.ll @@ -1,5 +1,6 @@ ; RUN: llc -march=hexagon -O2 -enable-pipeliner=false < %s | FileCheck %s ; RUN: llc -march=hexagon -O2 -debug-only=pipeliner < %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-SWP +; REQUIRES: asserts ; CHECK: { ; CHECK-DAG: v{{[0-9]*}} = vmem(r{{[0-9]*}}++#1) |

