This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix bug in IncrementPointer
ClosedPublic

Authored by david-arm on Sep 11 2020, 12:48 AM.

Details

Summary

In an earlier patch I meant to add the correct flags to the ADD
node when incrementing the pointer, but forgot to pass them to
SelectionDAG::getNode.

Diff Detail

Event Timeline

david-arm created this revision.Sep 11 2020, 12:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2020, 12:48 AM
david-arm requested review of this revision.Sep 11 2020, 12:48 AM
This revision is now accepted and ready to land.Sep 11 2020, 3:05 AM
This revision was landed with ongoing or failed builds.Sep 14 2020, 12:05 AM
This revision was automatically updated to reflect the committed changes.