[PATCH] D52964: [x86] use demanded bits to simplify masked store codegen

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 06:47:57 PDT 2018


spatel updated this revision to Diff 168653.
spatel added a comment.

Patch updated:
Removed unnecessary depth param (copy-paste remnant).

Also, I confirmed that the combination of this patch + https://reviews.llvm.org/D52980 will remove the extra AVX1 shift from masked_store_bool_mask_demand_trunc_sext().


https://reviews.llvm.org/D52964

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/masked_memop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52964.168653.patch
Type: text/x-patch
Size: 4609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181008/1beee13b/attachment.bin>


More information about the llvm-commits mailing list