diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll b/llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll index 9f03ef1309e..58e07ddccff 100644 --- a/llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll +++ b/llvm/test/CodeGen/Hexagon/cext-valid-packet2.ll @@ -2,8 +2,8 @@ ; Check that the packetizer generates valid packets with constant ; extended add and base+offset store instructions. -; CHECK: r{{[0-9]+}}{{ *}}={{ *}}add(r{{[0-9]+}},{{ *}}##200000) -; CHECK-NEXT: memw(r{{[0-9]+}}{{ *}}+{{ *}}##12000){{ *}}={{ *}}r{{[0-9]+}}.new +; CHECK: r{{[0-9]+}} = add(r{{[0-9]+}},##200000) +; CHECK-NEXT: memw(r{{[0-9]+}}+##12000) = r{{[0-9]+}}.new ; CHECK-NEXT: } define void @test(i32* nocapture %a, i32* nocapture %b, i32 %c) nounwind { |