[llvm-dev] KNL Vectorization with larger vector width
Friedman, Eli via llvm-dev
llvm-dev at lists.llvm.org
Mon Jul 23 13:52:45 PDT 2018
On 7/23/2018 12:40 PM, hameeza ahmed wrote:
> Thank You. I got it. Version issue.
>
> TTI.getRegisterBitWidth(true)
>
> How to put my target machine info in TTI?
Each target has an implementation, e.g. X86TTIImpl::getRegisterBitWidth.
-Eli
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
More information about the llvm-dev
mailing list