mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
Whitespace fixes. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d12140437
commit
2d0537cdd8
@ -1020,7 +1020,7 @@ Instruction *InstCombiner::visitSExt(SExtInst &CI) {
|
||||
}
|
||||
}
|
||||
|
||||
// vector (x <s 0) ? -1 : 0 -> ashr x, 31 -> all ones if signed
|
||||
// vector (x <s 0) ? -1 : 0 -> ashr x, 31 -> all ones if signed.
|
||||
if (const VectorType *VTy = dyn_cast<VectorType>(DestTy)) {
|
||||
ICmpInst::Predicate Pred; Value *CmpLHS;
|
||||
if (match(Src, m_ICmp(Pred, m_Value(CmpLHS), m_Zero()))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user