This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Merge the handlers for masked and unmasked segment loads/stores.
ClosedPublic

Authored by craig.topper on Feb 16 2021, 11:01 PM.

Details

Summary

A lot of the code for the masked and unmasked is the same. This
patch adds a boolean to handle the differences so we can share
the code.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 16 2021, 11:01 PM
craig.topper requested review of this revision.Feb 16 2021, 11:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2021, 11:01 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
This revision is now accepted and ready to land.Feb 17 2021, 3:29 AM