[PATCH] D86789: [DAGCombiner] Fold an AND of a masked load into a zext_masked_load

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 08:25:38 PDT 2020


samtebbs created this revision.
samtebbs added reviewers: samparker, dmgreen, SjoerdMeijer, t.p.northover, simon_tatham, olista01.
Herald added subscribers: llvm-commits, ecnelises, hiraditya.
Herald added a project: LLVM.
samtebbs requested review of this revision.

This patch folds an AND of a masked load and build vector into a zero extended masked load.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86789

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/Thumb2/mve-zext-masked-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86789.288615.patch
Type: text/x-patch
Size: 6649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200828/9c8f3d0d/attachment.bin>


More information about the llvm-commits mailing list