1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4 define i32 @shift_select(i1 %cond) {
5 ; CHECK-LABEL: @shift_select(
6 ; CHECK-NEXT: ret i32 0
8 %s = select i1 %cond, i32 0, i32 1