mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
5640f33331
* A & ~A == 0 * A / (2^c) == A >> c if unsigned * 0 / A == 0 * 1.0 * A == A * A * (2^c) == A << c * A ^ ~A == -1 * A | ~A == -1 * 0 % X = 0 * A % (2^c) == A & (c-1) if unsigned * A - (A & B) == A & ~B * -1 - A == ~A git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5588 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ADCE | ||
BasicAA | ||
ConstantMerge | ||
ConstProp | ||
CorrelatedExprs | ||
DecomposeMultiDimRefs | ||
DSAnalysis | ||
DSGraphAA | ||
FunctionResolve | ||
GCSE | ||
GlobalDCE | ||
IndVarsSimplify | ||
Inline | ||
InstCombine | ||
LevelRaise | ||
LICM | ||
LoopPreheaders | ||
LoopSimplify | ||
Mem2Reg | ||
PiNodeInserter | ||
ProfilePaths | ||
Reassociate | ||
SCCP | ||
SimplifyCFG | ||
Makefile |