Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / InstSimplify / 2011-02-01-Vector.ll
blob91f3442088a820be6dc393f7a65c0b16fec79665
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4 define <2 x i32> @sdiv(<2 x i32> %x) {
5 ; CHECK-LABEL: @sdiv(
6 ; CHECK-NEXT:    ret <2 x i32> [[X:%.*]]
8   %div = sdiv <2 x i32> %x, <i32 1, i32 1>
9   ret <2 x i32> %div