This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

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

Diff Detail

Event Timeline

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

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

lenary removed a subscriber: lenary.Aug 4 2022, 5:00 AM