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/hwloop4.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/hwloop4.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/hwloop4.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/hwloop4.ll b/llvm/test/CodeGen/Hexagon/hwloop4.ll index d159c45e3fb..b8cea4c7772 100644 --- a/llvm/test/CodeGen/Hexagon/hwloop4.ll +++ b/llvm/test/CodeGen/Hexagon/hwloop4.ll @@ -2,9 +2,9 @@ ; ; Remove the unnecessary 'add' instruction used for the hardware loop setup. -; CHECK: [[OP0:r[0-9]+]] = add([[OP1:r[0-9]+]], #-[[OP2:[0-9]+]] -; CHECK-NOT: add([[OP0]], #[[OP2]]) -; CHECK: lsr([[OP1]], #{{[0-9]+}}) +; CHECK: [[OP0:r[0-9]+]] = add([[OP1:r[0-9]+]],#-[[OP2:[0-9]+]] +; CHECK-NOT: add([[OP0]],#[[OP2]]) +; CHECK: lsr([[OP1]],#{{[0-9]+}}) ; CHECK: loop0 define void @matrix_mul_matrix(i32 %N, i32* nocapture %C, i16* nocapture readnone %A, i16* nocapture readnone %B) #0 { |

