[PATCH] D111856: [AArch64][GlobalISel] combine (and (or x, c1), c2) => (and x, c2) iff c1 & c2 == 0

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 17:05:30 PDT 2021


jroelofs created this revision.
jroelofs added reviewers: aemerson, paquette.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
jroelofs requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

rdar://83597585


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111856

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/combine-and-or-disjoint-mask.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111856.379889.patch
Type: text/x-patch
Size: 5219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/0d91c652/attachment.bin>


More information about the llvm-commits mailing list