This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Replace i32 with XLenVT in (add AddrFI, simm12) isel patterns.
ClosedPublic

Authored by craig.topper on Dec 27 2020, 12:10 PM.

Details

Summary

With the i32 these patterns will only fire on RV32, but they
don't look RV32 specific.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 27 2020, 12:10 PM
craig.topper requested review of this revision.Dec 27 2020, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 27 2020, 12:10 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
lenary accepted this revision.Jan 4 2021, 9:04 AM

LGTM

This revision is now accepted and ready to land.Jan 4 2021, 9:04 AM