Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ImportVerilog] Add basic expressions (llvm#6788)
Extend the `ImportVerilog` conversion to support most of the basic expressions that commonly appear in SystemVerilog input files. Also add the correpsonding expression ops to the Moore dialect, and finally get rid of the old MIR expressions file which is now obsolete. Thanks @hailongSun2000 and @albertethon for doing a lot of the leg work to get expression support in! Co-authored-by: Hailong Sun <hailong.sun@terapines.com> Co-authored-by: ShiZuoye <albertethon@163.com> Co-authored-by: Martin Erhart <maerhart@outlook.com>
- Loading branch information