You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabianschuiki opened this issue
Oct 26, 2020
· 0 comments
Labels
A-mirArea: Mid-level Intermediate Representation.C-cleanupCategory: Clean up or refactor code.E-easyCall for Participation: Easy issue, good first issue.L-vlogLanguage: Verilog and SystemVerilog.
The lower::rvalue::Builder and lower::lvalue::Builder structs are identical, except for their handling of build. Factor these out into a single lower::Builder, with separate build_rvalue and build_lvalue functions.
The text was updated successfully, but these errors were encountered:
fabianschuiki
added
C-cleanup
Category: Clean up or refactor code.
E-easy
Call for Participation: Easy issue, good first issue.
L-vlog
Language: Verilog and SystemVerilog.
A-mir
Area: Mid-level Intermediate Representation.
labels
Oct 26, 2020
A-mirArea: Mid-level Intermediate Representation.C-cleanupCategory: Clean up or refactor code.E-easyCall for Participation: Easy issue, good first issue.L-vlogLanguage: Verilog and SystemVerilog.
The
lower::rvalue::Builder
andlower::lvalue::Builder
structs are identical, except for their handling ofbuild
. Factor these out into a singlelower::Builder
, with separatebuild_rvalue
andbuild_lvalue
functions.The text was updated successfully, but these errors were encountered: