diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-10-20 19:33:12 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-10-20 19:33:12 +0000 |
commit | 64e5d7d3ae3d138709bca57a972bce4803982b70 (patch) | |
tree | 3720ca25c74b69a473fff9370013de60b0e53a5b /llvm/test/CodeGen/Hexagon/hwloop-loop1.ll | |
parent | 94a114fc3902692018f15b0b27ab9fc57d6cb747 (diff) | |
download | bcm5719-llvm-64e5d7d3ae3d138709bca57a972bce4803982b70.tar.gz bcm5719-llvm-64e5d7d3ae3d138709bca57a972bce4803982b70.zip |
[Hexagon] Reorganize and update instruction patterns
llvm-svn: 316228
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/hwloop-loop1.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/hwloop-loop1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/hwloop-loop1.ll b/llvm/test/CodeGen/Hexagon/hwloop-loop1.ll index 427efdc2c11..af908b60229 100644 --- a/llvm/test/CodeGen/Hexagon/hwloop-loop1.ll +++ b/llvm/test/CodeGen/Hexagon/hwloop-loop1.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s +; RUN: llc -march=hexagon -mcpu=hexagonv5 -enable-pipeliner=0 < %s | FileCheck %s ; ; Generate loop1 instruction for double loop sequence. |