We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04c685 commit 703fd6fCopy full SHA for 703fd6f
src/coreclr/jit/lowerarmarch.cpp
@@ -74,6 +74,7 @@ bool Lowering::IsContainableImmed(GenTree* parentNode, GenTree* childNode) const
74
case GT_ADD:
75
case GT_SUB:
76
#ifdef TARGET_ARM64
77
+ return emitter::emitIns_valid_imm_for_add(immVal, size);
78
case GT_CMPXCHG:
79
case GT_LOCKADD:
80
case GT_XORR:
0 commit comments