search for: f0a190d8

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

2013 Apr 08
0
[LLVMdev] Integer divide by zero
...division instruction in the target backend from that information (trap or undefined value). Hopefully there is a way. ;) Thanks again, Duncan. -Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130408/f0a190d8/attachment.html>
2013 Apr 08
3
[LLVMdev] Integer divide by zero
Hi Cameron, On 07/04/13 19:42, Cameron McInally wrote: > On Sun, Apr 7, 2013 at 1:23 PM, Duncan Sands <baldrick at free.fr > <mailto:baldrick at free.fr>> wrote: > ... > > If you want a trap you are going to have to (IMO) output IR > instructions rather than a constant expression. For example you can output the > equivalent of > if (x == 0)