[PATCH] D17485: [x86, InstCombine] transform x86 AVX masked stores to LLVM intrinsics

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 09:47:18 PST 2016


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

Patch updated:

1. I checked in the sign bit -> bool helper function in http://reviews.llvm.org/rL261483
2. Updated simplifyX86MaskedStore() to return 'true' when it makes a change; this allows the caller's 'case' to break and try other optimizations.


http://reviews.llvm.org/D17485

Files:
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  test/Transforms/InstCombine/x86-masked-memops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17485.48627.patch
Type: text/x-patch
Size: 6356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160221/2961c102/attachment-0001.bin>


More information about the llvm-commits mailing list