Files
dynarmic/src/frontend/ir/value.cpp
MerryMage 0d7476d3ec constant_propagation_pass: Propagate constants across commutative operations
e.g. (a & b) & c == a & (b & c) where b and c are constants
2020-04-22 21:07:09 +01:00

5.1 KiB