fa092aa77b
Rationale: A bit more constant propagation for strings, this time using actual values (rather than just testing identity). Note that the worklist iteration broke down a bit for this added case since push arguments do not have a use-link to the call. Also note that the added cases have some overlap with the inliner, but are able to propagate values for different cases. https://github.com/dart-lang/sdk/issues/35882 Change-Id: I380fca6ab90933e6342cd0572101cb94ed8c78ab Reviewed-on: https://dart-review.googlesource.com/c/92861 Commit-Queue: Aart Bik <ajcbik@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>