This is an archive of the discontinued LLVM Phabricator instance.

[nfc][msan] getShadowOriginPtr on <N x ptr>
ClosedPublic

Authored by vitalybuka on Sep 11 2022, 9:50 PM.

Details

Summary

Some vector instructions can benefit from
of Addr as <N x ptr>.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 11 2022, 9:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2022, 9:50 PM
vitalybuka requested review of this revision.Sep 11 2022, 9:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2022, 9:50 PM

remove debug

kda added a comment.Sep 14 2022, 2:29 PM

This seems like it should change some IR, but I don't see a unit test.
Certainly there should be something for the kernel.

This seems like it should change some IR, but I don't see a unit test.
Certainly there should be something for the kernel.

It does not, it's never called with vector arguments
it's required for the other patches in the stack, which has tests

kda accepted this revision.Sep 14 2022, 3:18 PM
This revision is now accepted and ready to land.Sep 14 2022, 3:18 PM
This revision was automatically updated to reflect the committed changes.