Skip to content

Commit

Permalink
[Hexagon] Fix match pattern in a testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Parzyszek committed Mar 9, 2020
1 parent 24b1831 commit 4420589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/Hexagon/v60small.ll
@@ -1,6 +1,6 @@
; RUN: llc -march=hexagon -O2 -mcpu=hexagonv60 < %s | FileCheck %s

; CHECK: q{{[0-3]}} = v{{[0-9]*}}and(v{{[0-9]*}},r{{[0-9]*}})
; CHECK: q{{[0-3]}} = vand(v{{[0-9]*}},r{{[0-9]*}})
target datalayout = "e-m:e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f64:64:64-f32:32:32-v64:64:64-v32:32:32-a:0-n16:32"
target triple = "hexagon"

Expand Down

0 comments on commit 4420589

Please sign in to comment.