Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / AArch64 / aarch64-sve-convert-from-svbool.ll
blobd4710310987384ed501b5eda4c8797e68acef04a
1 ; RUN: opt -passes=instsimplify -S -o - < %s | FileCheck %s
3 define <vscale x 2 x i1> @reinterpret_zero() {
4 ; CHECK-LABEL:  @reinterpret_zero(
5 ; CHECK: ret <vscale x 2 x i1> zeroinitializer
6   %pg = tail call <vscale x 2 x i1> @llvm.aarch64.sve.convert.from.svbool.nxv2i1(<vscale x 16 x i1> zeroinitializer)
7   ret <vscale x 2 x i1> %pg
10 declare <vscale x 2 x i1> @llvm.aarch64.sve.convert.from.svbool.nxv2i1(<vscale x 16 x i1>)