summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/multi-cycle.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-06 19:07:21 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-06 19:07:21 +0000
commitc9f797fdd08e07167d43690a082920af4b09be74 (patch)
tree722bc9e3a4b93c928671090ec6bccbd8d6100044 /llvm/test/CodeGen/Hexagon/multi-cycle.ll
parent1f2f5d18d3ca332a81c00e586f5e943ecdd16678 (diff)
downloadbcm5719-llvm-c9f797fdd08e07167d43690a082920af4b09be74.tar.gz
bcm5719-llvm-c9f797fdd08e07167d43690a082920af4b09be74.zip
[Hexagon] Remove {{ *}} from testcases
The spaces in the instructions are now consistent. llvm-svn: 326829
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/multi-cycle.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/multi-cycle.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/multi-cycle.ll b/llvm/test/CodeGen/Hexagon/multi-cycle.ll
index b8caef90397..920ca9fddb4 100644
--- a/llvm/test/CodeGen/Hexagon/multi-cycle.ll
+++ b/llvm/test/CodeGen/Hexagon/multi-cycle.ll
@@ -1,12 +1,12 @@
; RUN: llc -march=hexagon -O2 < %s | FileCheck %s
-; CHECK: v{{[0-9]+}}.h{{ *}}={{ *}}vadd(v{{[0-9]+}}.h,v{{[0-9]+}}.h)
+; CHECK: v{{[0-9]+}}.h = vadd(v{{[0-9]+}}.h,v{{[0-9]+}}.h)
; CHECK: }
; CHECK: {
-; CHECK: v{{[0-9]+}}{{ *}}={{ *}}valign(v{{[0-9]+}},v{{[0-9]+}},r{{[0-9]+}})
+; CHECK: v{{[0-9]+}} = valign(v{{[0-9]+}},v{{[0-9]+}},r{{[0-9]+}})
; CHECK: }
; CHECK: {
-; CHECK: v{{[0-9]+}}{{ *}}={{ *}}valign(v{{[0-9]+}},v{{[0-9]+}},r{{[0-9]+}})
+; CHECK: v{{[0-9]+}} = valign(v{{[0-9]+}},v{{[0-9]+}},r{{[0-9]+}})
target triple = "hexagon"
OpenPOWER on IntegriCloud