This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null for vectors
ClosedPublic

Authored by reames on Aug 23 2019, 11:46 AM.

Diff Detail

Event Timeline

reames created this revision.Aug 23 2019, 11:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2019, 11:46 AM
grandinj added inline comments.
test/Transforms/InstCombine/gep-inbounds-null.ll
78

TODO can be removed

jdoerfert accepted this revision.Aug 26 2019, 11:00 AM

The TODO nit was noted, otherwise LGTM.

This revision is now accepted and ready to land.Aug 26 2019, 11:00 AM
This revision was automatically updated to reflect the committed changes.