https://bugs.kde.org/show_bug.cgi?id=468575
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176664|0 |1 is obsolete| | --- Comment #65 from Mark Wielaard <m...@klomp.org> --- Comment on attachment 176664 --> https://bugs.kde.org/attachment.cgi?id=176664 VEX/priv/ir_opt.c: Also fold Iop_And1 expressions when possible This patch is now pushed to trunk as: commit 1f8a81cc2493670a82334bd5b4bc1ffa6d02174b Author: Mark Wielaard <m...@klomp.org> Date: Sun Dec 15 21:26:21 2024 +0100 VEX/priv/ir_opt.c: Also fold Iop_And1 expressions when possible Treat Iop_And1 just like And16/And32/And64. Fold fully constant And1 expressions and handle And1(x,True), And1(True,x), And1(x,False), And1(False,x) and And1(x,x). Make sure isOnesU handles Ico_U1 (isZerosU and sameIRExprs already did). https://bugs.kde.org/show_bug.cgi?id=468575#c52 -- You are receiving this mail because: You are watching all bug changes.