This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Correct load/store alignments in sink-splat-operands.ll. NFC
ClosedPublic

Authored by craig.topper on May 27 2022, 2:24 PM.

Details

Summary

These should be aligned to the natural alignment of the element.
Probably copy/paste mistake from the i32 tests.

Diff Detail

Event Timeline

craig.topper created this revision.May 27 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2022, 2:24 PM
craig.topper requested review of this revision.May 27 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2022, 2:24 PM

Did you maybe upload a bad diff? I only see test output changes in this, not changes to input or test commands.

Upload complete diff

reames accepted this revision.May 27 2022, 2:31 PM

LGTM, thanks for catching this!

This revision is now accepted and ready to land.May 27 2022, 2:31 PM
This revision was landed with ongoing or failed builds.May 27 2022, 2:44 PM
This revision was automatically updated to reflect the committed changes.