Displaying 2 results from an estimated 2 matches for "wo_chain".
Did you mean:
w_chain
2014 Jul 23
2
[LLVMdev] LowerINTRINSIC_W_CHAIN in X86
...drand_32:
>> ….
>> case Intrinsic::x86_avx512_gather_qpd_512:
>> case Intrinsic::x86_avx512_gather_qps_512:
>> ..
>> “
>> those intrinsics are handled by “LowerINTRINSIC_W_CHAIN”.
>>
>> How the “INTRINSIC_W_CHAIN” opCode is set instead of “INTRINSIC_WO_CHAIN”?
>>
>> tks
>>
>> Kevin
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc....
2016 Jun 24
3
creating Intrinsic DAG Node
...tried all the types (both for result and Intrinsic ID), can't seem to
find what cast is causing the issue here.
On Fri, Jun 24, 2016 at 11:47 AM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> That's what I thought but I got the same error with:
>
> DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
> DAG.getTargetConstant(Intrinsic::my_intrinsic, DL, MVT::i16), LHS);
>
> Thanks.
>
> What should this call look like?
>
>
> On Fri, Jun 24, 2016 at 10:53 AM, <escha at apple.com> wrote:
>
>> The intrinsic ID is an int, not a float.
>>
>>...