This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Add explicit type i64 to RV64 only patterns.
ClosedPublic

Authored by Jim on Apr 7 2021, 11:04 PM.

Details

Summary

Add explicit type i64 to RV64 only patterns to stop emitting unneeded i32 patterns.

It can reduce the isel table size.

Diff Detail

Event Timeline

Jim created this revision.Apr 7 2021, 11:04 PM
Jim requested review of this revision.Apr 7 2021, 11:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2021, 11:04 PM
This revision is now accepted and ready to land.Apr 8 2021, 9:16 AM
This revision was automatically updated to reflect the committed changes.