Skip to content

Commit 9951d43

Browse files
committed
[Hexagon] Add machine verification to some tests
1 parent 3f35dd0 commit 9951d43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/test/CodeGen/Hexagon/autohvx/isel-concat-vectors-bool.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=hexagon < %s | FileCheck %s
1+
; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
22

33
; Check for successful compilation.
44
; CHECK: sfcmp

llvm/test/CodeGen/Hexagon/autohvx/isel-const-splat-bitcast.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=hexagon < %s | FileCheck %s
1+
; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
22

33
; The generation of a constant vector in the selection step resulted in
44
; a VSPLAT, which, deeper in the expression tree had an unrelated BITCAST.

llvm/test/CodeGen/Hexagon/bit-extract-off.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=hexagon < %s | FileCheck %s
1+
; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
22
; CHECK: extractu(r1,#31,#0)
33

44
; In the IR this was an extract of 31 bits starting at position 32 in r1:0.

0 commit comments

Comments
 (0)