This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Removed the requirement of XLenVT for performSELECTCombine
ClosedPublic

Authored by mgudim on Jun 15 2023, 9:33 AM.

Diff Detail

Event Timeline

mgudim created this revision.Jun 15 2023, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 9:33 AM
mgudim requested review of this revision.Jun 15 2023, 9:33 AM
mgudim set the repository for this revision to rG LLVM Github Monorepo.

Not sure why we have this restriction. I've ran most of spec without it, all the tests passed and even got some small improvements.

Tests?

I'll update soon. I just wanted to first see if there are any principal objections.

mgudim updated this revision to Diff 533039.Jun 20 2023, 2:16 PM

updated tests

This revision is now accepted and ready to land.Jun 20 2023, 9:03 PM

@abs Yes, will try to commit this today.