[PATCH] D104765: [DAG] Reassociate Add with Or

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 07:21:23 PDT 2021


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM.
I'm not sure if we have x86 tests that mimic the ARM diffs here, but I tried those locally, and I see no difference (probably because we have all of those patterns covered in pre-ISEL or ISEL logic that forms `LEA`).


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

https://reviews.llvm.org/D104765



More information about the llvm-commits mailing list