This is an archive of the discontinued LLVM Phabricator instance.

[msan] Handle vpermilvar intrinsics
Changes PlannedPublic

Authored by vitalybuka on Sep 17 2022, 11:39 PM.

Details

Summary

Instrumentation is replaying the same instruction for the shadow bits.
And then ORing them with shadow of control bits.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 17 2022, 11:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2022, 11:39 PM
vitalybuka requested review of this revision.Sep 17 2022, 11:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2022, 11:39 PM
vitalybuka edited the summary of this revision. (Show Details)Sep 19 2022, 9:49 AM
vitalybuka added reviewers: eugenis, kda, kstoimenov.
kda edited the summary of this revision. (Show Details)Sep 21 2022, 10:11 AM
vitalybuka planned changes to this revision.Sep 21 2022, 3:18 PM