LazuValueInfo can prove that value is nonnull based on the context information. Make use of this ability to infer nonnull attributes for the call arguments.
There is almost similar code inside InstCombine. However it uses isKnownNonNull which is less precise than LazyValueInfo.
Add CHECK-LABEL: @test10 please.