This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes][VP] Fix OpNo in WidenVecOp_VP_SCATTER
ClosedPublic

Authored by Jimerlife on May 23 2022, 11:34 PM.

Details

Summary

Fix OpNo in WidenVecOp_VP_SCATTER. When widen index, the OpNo should be 3.
VPScatterSDNode (Chain, value, base, index, scale, mask, vlen)

Diff Detail

Event Timeline

Jimerlife created this revision.May 23 2022, 11:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 11:34 PM
Jimerlife requested review of this revision.May 23 2022, 11:34 PM
This revision is now accepted and ready to land.May 23 2022, 11:36 PM
This revision was landed with ongoing or failed builds.May 24 2022, 12:38 AM
This revision was automatically updated to reflect the committed changes.