search for: a44750ea

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

2012 Dec 18
0
[LLVMdev] target specific ways to extend ConstantExpr
...one target specific expression, it would be better to have a more generic scheme in LLVM. I agree! However, fixing this is also a lot of work. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121217/a44750ea/attachment.html>
2012 Dec 18
2
[LLVMdev] target specific ways to extend ConstantExpr
The particular case we are looking at is converting a pointer from one address space to another address space. There is one operand and one output, both are the same pointer type, except for their address space. The pointers are of the same size. The operation is a bit-changing operation. We are using intrinsic functions for the instructions. We need a solution for the ConstantExpr. Instead of