[PATCH] D49229: [AggressiveInstCombine] Fold redundant masking operations of shifted value

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 09:50:20 PDT 2018


dnsampaio updated this revision to Diff 159529.
dnsampaio retitled this revision from "[InstCombine] Fold redundant masking operations of shifted value" to "[AggressiveInstCombine] Fold redundant masking operations of shifted value".
dnsampaio added a comment.

Moving this pattern matching to AggressiveInstCombine following a suggestion of @lebedev.ri . Now it searches for minimal required patterns as desired by @spatel.


https://reviews.llvm.org/D49229

Files:
  include/llvm/Transforms/Utils/Local.h
  lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49229.159529.patch
Type: text/x-patch
Size: 9938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180807/babd4067/attachment.bin>


More information about the llvm-commits mailing list