mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
test commit (spelling correction)
llvm-svn: 215970
This commit is contained in:
parent
7721c6470e
commit
720f33cd8e
@ -614,7 +614,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A,
|
||||
} else if (R1->getType()->isIntegerTy()) {
|
||||
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
|
||||
// optimisation.
|
||||
// optimization.
|
||||
R11 = R1;
|
||||
R12 = Constant::getAllOnesValue(R1->getType());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user