diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-03-31 13:35:12 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-03-31 13:35:12 +0000 |
commit | c05dff17929f47a37b43cfcd3bbfc7d865ea5557 (patch) | |
tree | d8dde58db96b7936d28cc3bb56b59a291ecba4df /llvm/test/CodeGen/Hexagon/adde.ll | |
parent | 8c4fd2bdebac385bf935e51c69b3619d836a9c4f (diff) | |
download | bcm5719-llvm-c05dff17929f47a37b43cfcd3bbfc7d865ea5557.tar.gz bcm5719-llvm-c05dff17929f47a37b43cfcd3bbfc7d865ea5557.zip |
Expand MUX instructions early on Hexagon
This time with all files included.
llvm-svn: 233696
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/adde.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/adde.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/adde.ll b/llvm/test/CodeGen/Hexagon/adde.ll index 6d060c1b9e2..5a8345c477c 100644 --- a/llvm/test/CodeGen/Hexagon/adde.ll +++ b/llvm/test/CodeGen/Hexagon/adde.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon < %s | FileCheck %s +; RUN: llc -march=hexagon -hexagon-expand-condsets=0 < %s | FileCheck %s ; CHECK: r{{[0-9]+:[0-9]+}} = #0 ; CHECK: r{{[0-9]+:[0-9]+}} = #1 |