search for: armselectiondaginfo

Displaying 2 results from an estimated 2 matches for "armselectiondaginfo".

2016 Mar 17
2
generate vectorized code
On Wed, Mar 16, 2016 at 11:48 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > Hi Rail, > > Two hints to begin with: > > 1) Makes sure you example is vectorized on X86 for example > 2) Is your target correctly overriding the TTI (declaring the vector > register size for example) so that the vectorizer can kicks-in (see > X86TTIImpl::getRegisterBitWidth for
2016 Mar 17
2
generate vectorized code
...ize/select the BUILD_VECTOR in > SelectionDAG to instructions that your target supports. You can look at > what other targets are doing. > > -- > Mehdi > > Thanks for the reply. Do you mind pointing out the files I need to look at? I looked at X86SelectionDAGInfo.cpp as well as ARMSelectionDAGInfo.cpp but couldn't find anything relevant. -- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160317/65440088/attachment.html>