Displaying 4 results from an estimated 4 matches for "n1905".
Did you mean:
1905
2013 Feb 07
1
[LLVMdev] question about llvm C++ standard?
Hello :
Thnks for watch my question,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/6c25bf65/attachment.html>
2011 Sep 30
2
[LLVMdev] Definition of C/C++ integral conversion(was Re: nsw/nuw for trunc)
...only
result in slower code, but also in SCEV being overly complex (which
blocks further optimizations). Using integer types for index expression,
is a pretty common pattern, and it would be great if we could optimize this.
Thanks
Tobi
[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1905.pdf
2011 Aug 11
0
[LLVMdev] nsw/nuw for trunc
Hi Florian,
> we'd like to be able to check for loss of information in trunc operations in
> our LLVM-based bounded model checker [1]. For this it is important if the
> trunc was on a signed or unsigned integer, so we need nsw and nuw flags for
> this. Would you accept a patch that adds these flags to LLVM (and possibly
> clang)?
nsw/nuw don't mean signed/unsigned
2011 Aug 11
5
[LLVMdev] nsw/nuw for trunc
Hi everyone,
we'd like to be able to check for loss of information in trunc operations in
our LLVM-based bounded model checker [1]. For this it is important if the
trunc was on a signed or unsigned integer, so we need nsw and nuw flags for
this. Would you accept a patch that adds these flags to LLVM (and possibly
clang)?
Regards,
Florian
[1] http://baldur.iti.uka.de/llbmc/