mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
add some random notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb559c1270
commit
6c9b8d3d41
@ -40,6 +40,11 @@ static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) {
|
|||||||
return IC.Builder->CreateShl(One, A);
|
return IC.Builder->CreateShl(One, A);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Lots more we could do here:
|
||||||
|
// "1 >> X" could get an "isexact" bit.
|
||||||
|
// If V is a phi node, we can call this on each of its operands.
|
||||||
|
// "select cond, X, 0" can simplify to "X".
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user