mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
test commit (spelling correction)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -614,7 +614,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A,
|
|||||||
} else if (R1->getType()->isIntegerTy()) {
|
} else if (R1->getType()->isIntegerTy()) {
|
||||||
if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
|
if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
|
||||||
// As before, model no mask as a trivial mask if it'll let us do an
|
// As before, model no mask as a trivial mask if it'll let us do an
|
||||||
// optimisation.
|
// optimization.
|
||||||
R11 = R1;
|
R11 = R1;
|
||||||
R12 = Constant::getAllOnesValue(R1->getType());
|
R12 = Constant::getAllOnesValue(R1->getType());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user