[PATCH] D119629: [DAG] computeKnownBits - add ISD::AVGCEILU handling

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 00:17:00 PST 2022


dmgreen accepted this revision.
dmgreen added a comment.

In D119629#3317719 <https://reviews.llvm.org/D119629#3317719>, @RKSimon wrote:

> @dmgreen I'm intending to add coverage for the other avg nodes once D119559 <https://reviews.llvm.org/D119559> has landed

Sounds good. I'll try and get that in now. I found the llvm.aarch64.neon.hadd intrinsics useful for testing, as they will be transformed directly to avg nodes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119629/new/

https://reviews.llvm.org/D119629



More information about the llvm-commits mailing list