This is an archive of the discontinued LLVM Phabricator instance.

[llvm] [CodeGen] Fixed vector halving bug for masked store
ClosedPublic

Authored by aartbik on May 7 2020, 6:27 PM.

Diff Detail

Event Timeline

aartbik created this revision.May 7 2020, 6:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 6:27 PM
This revision is now accepted and ready to land.May 7 2020, 6:38 PM
aartbik updated this revision to Diff 262802.May 7 2020, 6:42 PM

replaced accidental "load" with "store" labels in regression test

This revision was automatically updated to reflect the committed changes.