[llvm] [DAG] Recognise AVGFLOOR (((A >> 1) + (B >> 1)) + (A & B & 1)) patterns (PR #169644)
Mikael Holmen via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 14 22:25:17 PST 2025
mikaelholmen wrote:
I've verified that the problems I saw goes away with https://github.com/llvm/llvm-project/pull/172064
Thanks!
https://github.com/llvm/llvm-project/pull/169644
More information about the llvm-commits
mailing list