This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions. NFC
ClosedPublic

Authored by michaelmaitland on Nov 4 2022, 8:21 AM.

Details

Summary

Since changes to account for LMUL in scheduler model existed over patches, we had to keep
both LMUL specific and all LMUL classes around. Now that only the LMUL specific
classes are used, we can remove the old ones.

Diff Detail

Event Timeline

michaelmaitland created this revision.Nov 4 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 8:21 AM
michaelmaitland requested review of this revision.Nov 4 2022, 8:21 AM

Add NFC to commit msg

After you create revision, you need to use Edit Revision to update summary and title, update git commit and arc diff --update won't update that :P

michaelmaitland retitled this revision from [RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions to [RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions. NFC.Nov 4 2022, 9:51 AM
This revision is now accepted and ready to land.Nov 15 2022, 9:23 PM
This revision was landed with ongoing or failed builds.Dec 6 2022, 5:13 PM
This revision was automatically updated to reflect the committed changes.