Skip to content

Conversation

@yingopq
Copy link
Contributor

@yingopq yingopq commented May 14, 2025

Fix compile crash when using __builtin_unreachable.
Fix #134913.

Fix compile crash when using __builtin_unreachable.
Fix llvm#134913.
}

MCInst MipsInstrInfo::getNop() const {
return MCInstBuilder(Mips::SLL)
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should try to support micromips?

@wzssyqa wzssyqa merged commit b96c5df into llvm:main May 14, 2025
12 checks passed
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.

[MIPS] Compiler crash when using __builtin_unreachable

2 participants