This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix typo in C9LeftShift
ClosedPublic

Authored by wangpc on Jul 27 2023, 8:38 PM.

Details

Summary

It should be 9 instead of 5.

Diff Detail

Event Timeline

wangpc created this revision.Jul 27 2023, 8:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 8:38 PM
wangpc requested review of this revision.Jul 27 2023, 8:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 8:38 PM
wangpc added a reviewer: kazu.Jul 27 2023, 8:39 PM
kazu accepted this revision.Jul 30 2023, 4:55 PM

Thanks!

This revision is now accepted and ready to land.Jul 30 2023, 4:55 PM
wangpc edited the summary of this revision. (Show Details)Jul 31 2023, 1:34 AM
This revision was automatically updated to reflect the committed changes.