mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-31 04:14:19 +01:00
By far, one of the most common things to check for is whether or not a value is zero, as it typically allows folding away unnecesary operations (other close contenders that can help with eliding operations are 1 and -1). So instead of requiring a check for an immediate and then actually retrieving the integral value and checking it, we can wrap it within a function to make it more convenient. |
||
|---|---|---|
| .. | ||
| backend/x64 | ||
| common | ||
| frontend | ||
| ir_opt | ||
| CMakeLists.txt | ||