This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Set dependency on floating point CSRs, 2/3
Needs ReviewPublic

Authored by sepavloff on Jan 6 2021, 2:41 AM.

Details

Summary

This change continues implementation of implicit defs/uses for FP
instructions. It implements the support for binary operations.

Diff Detail

Event Timeline

sepavloff created this revision.Jan 6 2021, 2:41 AM
sepavloff requested review of this revision.Jan 6 2021, 2:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2021, 2:41 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
sepavloff updated this revision to Diff 326637.Feb 26 2021, 2:39 AM

Reduced number of instruction variants from 3 to 2 (generic and default)

lenary removed a subscriber: lenary.Feb 26 2021, 2:59 AM