This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove mask from vrgatherei16 in lowerVECTOR_INTERLEAVE.
ClosedPublic

Authored by craig.topper on Jun 15 2023, 5:38 PM.

Details

Summary

Unless I'm missing something we need to update the whole vector
not just where OddMask is true.

Diff Detail

Event Timeline

craig.topper created this revision.Jun 15 2023, 5:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 5:38 PM
craig.topper requested review of this revision.Jun 15 2023, 5:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 5:38 PM
craig.topper retitled this revision from [RISCV] Remove math from vrgatherei16 in lowerVECTOR_INTERLEAVE. to [RISCV] Remove mask from vrgatherei16 in lowerVECTOR_INTERLEAVE..Jun 15 2023, 5:39 PM
luke accepted this revision.Jun 19 2023, 8:18 AM

LGTM, not sure what I was thinking.

This revision is now accepted and ready to land.Jun 19 2023, 8:18 AM
This revision was landed with ongoing or failed builds.Jun 20 2023, 9:37 AM
This revision was automatically updated to reflect the committed changes.