diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-15 17:05:45 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-15 17:05:45 +0000 |
commit | 372bd80834093e81cf3b414b7d9e92ee5c6ff202 (patch) | |
tree | 2ade47d4d36a7ad0442d1ea520fbfffac78fe979 /llvm/test/CodeGen/Hexagon/adde.ll | |
parent | 43f52df0b5bb2e07d83fb425a28fa0b42ce2f3f0 (diff) | |
download | bcm5719-llvm-372bd80834093e81cf3b414b7d9e92ee5c6ff202.tar.gz bcm5719-llvm-372bd80834093e81cf3b414b7d9e92ee5c6ff202.zip |
[Hexagon] Preprocess mapped instructions before lowering to MC
llvm-svn: 255653
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/adde.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/adde.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/adde.ll b/llvm/test/CodeGen/Hexagon/adde.ll index 25160a8d338..4a88914dc6c 100644 --- a/llvm/test/CodeGen/Hexagon/adde.ll +++ b/llvm/test/CodeGen/Hexagon/adde.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=hexagon -disable-hsdr -hexagon-expand-condsets=0 -hexagon-bit=0 < %s | FileCheck %s -; CHECK: r{{[0-9]+:[0-9]+}} = #1 -; CHECK: r{{[0-9]+:[0-9]+}} = #0 +; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #1) +; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #0) ; CHECK: r{{[0-9]+:[0-9]+}} = add(r{{[0-9]+:[0-9]+}}, r{{[0-9]+:[0-9]+}}) ; CHECK: p{{[0-9]+}} = cmp.gtu(r{{[0-9]+:[0-9]+}}, r{{[0-9]+:[0-9]+}}) ; CHECK: p{{[0-9]+}} = cmp.gtu(r{{[0-9]+:[0-9]+}}, r{{[0-9]+:[0-9]+}}) |