Skip to content

AMDGPU: Add MC support for gfx950 V_BITOP3_B32/B16 #117379

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

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented Nov 22, 2024

Co-authored-by: Pravin Jagtap [email protected]

Copy link
Contributor Author

arsenm commented Nov 22, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

This was referenced Nov 26, 2024
return Res;
}

AMDGPUOperand::Ptr AMDGPUAsmParser::defaultBitOp3() const {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi,

This method seems to be unused on main. WIll it be used in some coming patch or should it be removed?
gcc warns like

../lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:9809: warning: '{anonymous}::AMDGPUOperand::Ptr {anonymous}::AMDGPUAsmParser::defaultBitOp3() const' defined but not used [-Wunused-function]
 9809 | AMDGPUOperand::Ptr AMDGPUAsmParser::defaultBitOp3() const {
      | 

Copy link
Contributor Author

Choose a reason for hiding this comment

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

searlmc1 pushed a commit to ROCm/llvm-project that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:AMDGPU mc Machine (object) code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants