diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-10 15:33:13 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-10 15:33:13 +0000 |
| commit | a72fad980cb18a09dbd6ea95d3b5684d3280894a (patch) | |
| tree | 219cb68ed6c0c45535e018f095ebb3082fea6117 /llvm/test/CodeGen/Hexagon/insert4.ll | |
| parent | be99157127994212eba77f268d508526fed177fd (diff) | |
| download | bcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.tar.gz bcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.zip | |
[Hexagon] Replace instruction definitions with auto-generated ones
llvm-svn: 294753
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/insert4.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/insert4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/insert4.ll b/llvm/test/CodeGen/Hexagon/insert4.ll index c4d575dd406..3bc8e9e5798 100644 --- a/llvm/test/CodeGen/Hexagon/insert4.ll +++ b/llvm/test/CodeGen/Hexagon/insert4.ll @@ -1,8 +1,8 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; ; Check that we no longer generate 4 inserts. -; CHECK: combine(r{{[0-9]+}}.l, r{{[0-9]+}}.l) -; CHECK: combine(r{{[0-9]+}}.l, r{{[0-9]+}}.l) +; CHECK: combine(r{{[0-9]+}}.l,r{{[0-9]+}}.l) +; CHECK: combine(r{{[0-9]+}}.l,r{{[0-9]+}}.l) ; CHECK-NOT: insert target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-v64:64:64-v32:32:32-a0:0-n16:32" |

