[all-commits] [llvm/llvm-project] c01c3c: [ARM] Fix MRC cp10 and cp11 warning (#126407)
hstk30-hw via All-commits
all-commits at lists.llvm.org
Sun Feb 16 06:09:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c01c3cf7d75ce23c165224b5470b9132f53e95c2
https://github.com/llvm/llvm-project/commit/c01c3cf7d75ce23c165224b5470b9132f53e95c2
Author: hstk30-hw <hanwei62 at huawei.com>
Date: 2025-02-16 (Sun, 16 Feb 2025)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
M llvm/test/MC/ARM/diagnostics.s
Log Message:
-----------
[ARM] Fix MRC cp10 and cp11 warning (#126407)
The MRC format is
MRC GPRwithAPSR:$Rt, p_imm:$cop, imm0_7:$opc1,
c_imm:$CRn, c_imm:$CRm, 0, pred:$p
The $cop is the second operand.
Patch for
https://github.com/llvm/llvm-project/commit/b7d41a11cd31388e8b542b2d881f5c9d7130b95e.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list