[PATCH] D85463: [GlobalISel] Add combine for (x & mask) -> x when (x & mask) == x

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 10:21:44 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd25b12bdc307: [GlobalISel] Add combine for (x & mask) -> x when (x & mask) == x (authored by paquette).

Changed prior to commit:
  https://reviews.llvm.org/D85463?vs=283694&id=286603#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85463

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/lib/Target/AArch64/AArch64Combine.td
  llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85463.286603.patch
Type: text/x-patch
Size: 12587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/b9824c71/attachment.bin>


More information about the llvm-commits mailing list