Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RISCV] Codegen Support for bitmanip #105

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

realqhc
Copy link
Contributor

@realqhc realqhc commented May 6, 2024

Core-V bitmanip could be used to generate a few useful intructions, this pr aims to explore opportunities to provide codegen support on cv.bitmanip.

@realqhc realqhc marked this pull request as draft May 19, 2024 03:53
@realqhc realqhc changed the title [RISCV] Codegen Support for CV_CNT [RISCV] Codegen Support for bitmanip Jun 3, 2024
For cv.extract Is3, it extracts Is3+1 bits
return false;
}

// isInt32Immediate - This method tests to see if a constant operand.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants