This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use Align in reduceMaskedLoadToScalarLoad/reduceMaskedStoreToScalarStore. Correct pointer info.
ClosedPublic

Authored by craig.topper on Sep 13 2020, 5:50 PM.

Details

Summary

If we offset the pointer, we also need to offset the pointer info

Diff Detail

Event Timeline

craig.topper created this revision.Sep 13 2020, 5:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2020, 5:50 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper requested review of this revision.Sep 13 2020, 5:50 PM

Any useful test cases?

Add mir test cases to show change to memory operand

RKSimon accepted this revision.Sep 15 2020, 2:53 AM

LGTM

This revision is now accepted and ready to land.Sep 15 2020, 2:53 AM
This revision was landed with ongoing or failed builds.Sep 15 2020, 11:23 AM
This revision was automatically updated to reflect the committed changes.