This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Fold strnlen of strings at offsets and unknown bounds.
AbandonedPublic

Authored by msebor on Apr 14 2022, 1:31 PM.

Details

Reviewers
nikic
xbolva00
Summary

This patch in the strnlen series enables the handling of calls with constant arrays and variable offsets and variable bounds.

Depends on D123819.

Diff Detail

Event Timeline

msebor created this revision.Apr 14 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:31 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
msebor requested review of this revision.Apr 14 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:31 PM
msebor edited the summary of this revision. (Show Details)Apr 14 2022, 1:33 PM
msebor abandoned this revision.Jun 14 2022, 3:08 PM

I've dropped the prerequisite D123819 so I'm abandoning this as well.