blob: 3db397a342882ec5fbb27944af1a7883c3648f20 (
plain) (
blame)
1
2
3
4
|
IR: ConstProp potentially incorrect mask
https://github.com/FEX-Emu/FEX/blob/main/External/FEXCore/Source/Interface/IR/Passes/ConstProp.cpp#L358
This mask value is set but never used. Looks like it should be used in place of `imm` on line `auto newArg = RemoveUselessMasking(IREmit, IROp->Args[i], imm);` but needs to be investigated.
|