diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-03-07 14:20:19 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-03-07 14:20:19 +0000 |
| commit | 3cceffb752c7f5eb69c41226ddd9fb664683a204 (patch) | |
| tree | 46e2393edb10bfee2da80b3c9be36bb734c8ea49 /llvm/test | |
| parent | eb62118e6d8fe924abceea869ae4cc43534e1fb2 (diff) | |
| download | bcm5719-llvm-3cceffb752c7f5eb69c41226ddd9fb664683a204.tar.gz bcm5719-llvm-3cceffb752c7f5eb69c41226ddd9fb664683a204.zip | |
[Hexagon] Do not insert instructions before PHI nodes
llvm-svn: 297141
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/bit-phi.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/bit-phi.ll b/llvm/test/CodeGen/Hexagon/bit-phi.ll index 86b18d8bf25..7abfba079bb 100644 --- a/llvm/test/CodeGen/Hexagon/bit-phi.ll +++ b/llvm/test/CodeGen/Hexagon/bit-phi.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=hexagon < %s +; RUN: llc -march=hexagon -disable-hcp < %s ; REQUIRES: asserts target datalayout = "e-m:e-p:32:32-i1:32-i64:64-a:0-v32:32-n16:32" |

