Displaying 3 results from an estimated 3 matches for "e7691633".
2013 Feb 04
0
[LLVMdev] c-like language implementation using llvm
> Can I just utilize the i1 type? Is the
> i1 type already used for something, and thus might create a conflict?
I think you are very confused. LLVM's types are meant to be used to
represent *your* program :) They can't be "already used".
> 2) Can I use LLVM's intrinsic functions for my gates, something like
> @llvm.NOT(i1 %val)? Would the fact that the
2013 Feb 03
2
[LLVMdev] c-like language implementation using llvm
Hi,
I have a project where I am creating a language which is very similar to C, but has some extensions. Among the most important are:
1) A new 1-bit data-type
2) Some gates: NOT, AND, etc.. that act on arrays of this 1-bit type. (Think like a hardware description language.) These are like external function calls, which don't have an implementation for now.
I don't have a particular
2013 Feb 04
2
[LLVMdev] c-like language implementation using llvm
...se intrinsics for these things? If I do, can I leave its behavior undefined? I would like it to appear just with the name toffoli in the IR.
Thanks,
Ali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130203/e7691633/attachment.html>