diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll b/llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll index 6e4c7b2e956..d895f129efc 100644 --- a/llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll +++ b/llvm/test/CodeGen/Hexagon/isel-vselect-v4i8.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; This used to crash with "cannot select (v4i8 vselect ...)" -; CHECK: vmux +; CHECK: vtrunehb define <4 x i8> @f0(<4 x i8> %a0, <4 x i8> %a1) #0 { %v0 = icmp slt <4 x i8> %a0, %a1 |