[PATCH] D137844: [DAG] Allow folding AND of anyext masked_load with >1 user to zext version

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 06:31:31 PST 2022


c-rhodes added a comment.

this looks ok to me, but it would be good to get confirmation it's ok to remove the `hasOneUse` check on the masked load, @samtebbs @RKSimon any reason we might not want to do this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137844



More information about the llvm-commits mailing list