Displaying 3 results from an estimated 3 matches for "i160".
Did you mean:
i16
2019 Mar 26
2
Implement LLVM Intrinsics in C/LLVM IR
Hello,
I am basically working on a static analysis project on LLVM IR, and the
problem is that I will need to simulate the execution of a few LLVM
Intrinsic, such as llvm.bswap.i160, and llvm.ctlz.i256.
I am wondering if there has been some already implemented sample code,
regarding these intrinsics? Either C or LLVM IR. Thanks a lot!
Best,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2019 Mar 26
2
Implement LLVM Intrinsics in C/LLVM IR
...r 26, 2019 at 2:03 PM div code <divsubmission at gmail.com> wrote:
>
>> Hello,
>>
>> I am basically working on a static analysis project on LLVM IR, and the
>> problem is that I will need to simulate the execution of a few LLVM
>> Intrinsic, such as llvm.bswap.i160, and llvm.ctlz.i256.
>>
>> I am wondering if there has been some already implemented sample code,
>> regarding these intrinsics? Either C or LLVM IR. Thanks a lot!
>>
>> Best,
>>
> _______________________________________________
> LLVM Developers mailing li...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...%cmp4.4.i156 = icmp eq i16 %57, %58
br i1 %cmp4.4.i156, label %for.inc.4.i161, label %ecmpm.exit182
for.inc.4.i161: ; preds = %for.inc.3.i157
%59 = load i16* %arrayidx26.5.i, align 2, !tbaa !5
%60 = load i16* %incdec.ptr2.4.i123, align 2, !tbaa !5
%cmp4.5.i160 = icmp eq i16 %59, %60
br i1 %cmp4.5.i160, label %for.inc.5.i165, label %ecmpm.exit182
for.inc.5.i165: ; preds = %for.inc.4.i161
%61 = load i16* %arrayidx26.6.i, align 2, !tbaa !5
%62 = load i16* %incdec.ptr2.5.i125, align 2, !tbaa !5
%cmp4.6.i164 = icmp e...