[llvm] [DAG] foldAddToAvg - add patterns to form avgceil(A, B) from ((A >> 1) + (B >> 1)) + ((A | B) & 1) (PR #174719)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 12 01:41:03 PST 2026
RKSimon wrote:
Ping? Ideally I want to get this in before 22.x branches
https://github.com/llvm/llvm-project/pull/174719
More information about the llvm-commits
mailing list