; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -constprop -S | FileCheck %s define @shufflevector_scalable_constant() { ; CHECK-LABEL: @shufflevector_scalable_constant( ; CHECK-NEXT: ret shufflevector ( insertelement ( undef, i32 1, i32 0), undef, zeroinitializer) ; %i = insertelement undef, i32 1, i32 0 %i2 = shufflevector %i, undef, zeroinitializer ret %i2 }