This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Define mulfix/divfix opcodes
ClosedPublic

Authored by arsenm on Jul 20 2020, 5:33 AM.

Details

Summary

The full expansion involves the funnel shifts, which depend on another
patch to expand those.

Diff Detail

Event Timeline

arsenm created this revision.Jul 20 2020, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2020, 5:33 AM
paquette added inline comments.Jul 21 2020, 2:27 PM
llvm/include/llvm/Target/GenericOpcodes.td
548–550

formatting in comment is strange here

arsenm updated this revision to Diff 279647.Jul 21 2020, 3:47 PM

Fix comment formatting

This revision is now accepted and ready to land.Jul 24 2020, 9:53 AM