Deduplicate some code and add an additional test to verify that the
sprintf->stpcpy optimization still works on android21 (which properly
supports it).
This follows up 58481663692b55.
Paths
| Differential D107526
Clean up instcombine stpcpy test ClosedPublic Authored by lanza on Aug 4 2021, 8:09 PM.
Details
Summary Deduplicate some code and add an additional test to verify that the This follows up 58481663692b55.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2021, 9:35 AM Comment Actions LGTM from the Android side. Thanks for finding and fixing the original issue, as well as adding this stronger test. :) Closed by commit rG7dd29ad4ae49: Clean up instcombine stpcpy test (authored by lanza). · Explain WhyAug 5 2021, 1:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 364598 llvm/test/Transforms/InstCombine/sprintf-1.ll
|