[llvm] [DAG] fold avgu(zext(x), zext(y)) -> zext(avgu(x, y)) (PR #95134)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 05:24:00 PDT 2024


c8ef wrote:

I would like to continue working on the signed case. Do we need to explicitly use `SelectionDAG::getFreeze` for the signed extended source value to match the alive test?

https://github.com/llvm/llvm-project/pull/95134


More information about the llvm-commits mailing list