[PATCH] D37451: [x86] enable storeOfVectorConstantIsCheap() target hook

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 12:59:52 PDT 2017


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

Patch updated:
On 3rd thought... :)
We can simplify the code and handle the previously mentioned test on 64-bit too. I've added another test to show the potential follow-up improvement.


https://reviews.llvm.org/D37451

Files:
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/avx512-regcall-Mask.ll
  test/CodeGen/X86/merge-store-constants.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37451.114245.patch
Type: text/x-patch
Size: 7441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170907/f38e8b34/attachment.bin>


More information about the llvm-commits mailing list