[ConstraintElim] Add support for decomposing gep nuw (#118639)
[llvm-project.git] / llvm / test / Transforms / SCCP / 2009-05-27-VectorOperandZero.ll
blobe07390baeffd5abddaf28e45ea0bf35b759d47dc
1 ; RUN: opt < %s -passes=sccp -disable-output
2 ; PR4277
4 define i32 @main() nounwind {
5 entry:
6         %0 = tail call signext i8 (...) @sin() nounwind
7         ret i32 0
10 declare signext i8 @sin(...)