[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
Thu Nov 17 06:00:12 PST 2022


c-rhodes accepted this revision.
c-rhodes added a comment.
This revision is now accepted and ready to land.

In D137844#3933258 <https://reviews.llvm.org/D137844#3933258>, @samtebbs wrote:

> From my reading an anyext can't guarantee what is put in those extended bits so changing the anyext to a zext seems semantically acceptable to me. If it isn't correct then we'll get some bug reports and it can be fixed!

Great, sounds good. thanks for taking a look. LGTM.


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