[PATCH] D41691: [X86] Use ANY_EXTEND instead of SIGN_EXTEND in lowerMasksToReg

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 21:57:28 PST 2018


craig.topper created this revision.
craig.topper added reviewers: zvi, delena, RKSimon.

Currently we use SIGN_EXTEND in lowerMasksToReg as part of calling convention setup, but we don't require a specific for the upper bits.

This patch changes it to ANY_EXTEND which will be lowered as SIGN_EXTEND if it ends up sticking around.


https://reviews.llvm.org/D41691

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/avx512-calling-conv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41691.128489.patch
Type: text/x-patch
Size: 3817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/1fb9b07a/attachment.bin>


More information about the llvm-commits mailing list