This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix typo by abstracting VWholeLoad* classes
ClosedPublic

Authored by bin.cheng on Sep 6 2021, 5:25 AM.

Details

Summary

Hi,
This patch simplifies VWholeLoad* classes by introducing a new class VWholeLoadN.
It also fixes a typo in VWholeLoad4 on the fly. Is this Okay?

Thanks,
bin

Diff Detail

Event Timeline

bin.cheng created this revision.Sep 6 2021, 5:25 AM
bin.cheng requested review of this revision.Sep 6 2021, 5:25 AM

Gentle ping. Could any one review this? So that I can drop it if it's not wanted.

Thanks

This revision is now accepted and ready to land.Sep 26 2021, 10:41 AM
This revision was automatically updated to reflect the committed changes.