Skip to content

Conversation

@AZero13
Copy link
Contributor

@AZero13 AZero13 commented Nov 11, 2025

Fix this inconsistency. I do not have merge permissions.

…orms do not map to themselves Fix this inconsistency.
@llvmbot
Copy link
Member

llvmbot commented Nov 11, 2025

@llvm/pr-subscribers-backend-aarch64

Author: AZero13 (AZero13)

Changes

Fix this inconsistency. I do not have merge permissions.


Full diff: https://github.com/llvm/llvm-project/pull/167518.diff

1 Files Affected:

  • (modified) llvm/lib/Target/AArch64/AArch64InstrInfo.cpp (+4)
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index b93e562f4cee5..1eb8e469e32a3 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -1790,6 +1790,10 @@ static unsigned sForm(MachineInstr &Instr) { case AArch64::BICSXrr: case AArch64::BICSWrs: case AArch64::BICSXrs: + case AArch64::ADCSWr: + case AArch64::ADCSXr: + case AArch64::SBCSWr: + case AArch64::SBCSXr: return Instr.getOpcode(); case AArch64::ADDWrr: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants