[PATCH] D43222: [X86] Add combine to shrink 64-bit ands when one input is an any_extend and the other input guarantees upper 32 bits are 0.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 22:00:04 PST 2018


craig.topper created this revision.
craig.topper added reviewers: spatel, RKSimon.

This gets the shift case from PR35792.


Repository:
  rL LLVM

https://reviews.llvm.org/D43222

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/bmi.ll
  test/CodeGen/X86/var-permute-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43222.133990.patch
Type: text/x-patch
Size: 4628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/e82b816f/attachment.bin>


More information about the llvm-commits mailing list