diff options
| author | Galina Kistanova <gkistanova@gmail.com> | 2018-04-10 22:07:29 +0000 |
|---|---|---|
| committer | Galina Kistanova <gkistanova@gmail.com> | 2018-04-10 22:07:29 +0000 |
| commit | 3dc27f1a6914b1fb7dcbc152dc71ea6092f125a8 (patch) | |
| tree | ec26615e5d43b7b6401e0b503bd56c0ca2db7c79 | |
| parent | 0652534131b269eec336a2ed3545642cc01a1300 (diff) | |
| download | bcm5719-llvm-3dc27f1a6914b1fb7dcbc152dc71ea6092f125a8.tar.gz bcm5719-llvm-3dc27f1a6914b1fb7dcbc152dc71ea6092f125a8.zip | |
Disable flaky tests till they get fixed.
llvm-svn: 329763
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/sdr-reg-profit.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/swp-vmult.ll | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/sdr-reg-profit.ll b/llvm/test/CodeGen/Hexagon/sdr-reg-profit.ll index 9549d7897fc..0d82d2189a8 100644 --- a/llvm/test/CodeGen/Hexagon/sdr-reg-profit.ll +++ b/llvm/test/CodeGen/Hexagon/sdr-reg-profit.ll @@ -1,4 +1,4 @@ -; XFAIL: * +; REQUIRES: to-be-fixed ; This requires further patches. ; RUN: llc -march=hexagon < %s | FileCheck %s ; diff --git a/llvm/test/CodeGen/Hexagon/swp-vmult.ll b/llvm/test/CodeGen/Hexagon/swp-vmult.ll index daa212bd16f..dfc7dd91324 100644 --- a/llvm/test/CodeGen/Hexagon/swp-vmult.ll +++ b/llvm/test/CodeGen/Hexagon/swp-vmult.ll @@ -1,3 +1,4 @@ +; REQUIRES: to-be-fixed ; RUN: llc -march=hexagon -mcpu=hexagonv5 -enable-pipeliner < %s | FileCheck %s ; Multiply and accumulate |

