search for: d81829

Displaying 1 result from an estimated 1 matches for "d81829".

2020 Jun 15
5
[RFC] Integer Intrinsics for abs, in unsigned/signed min/max
...of them, but instead do a sensible thing and actually make them first class citizens, by introducing intrinsics and use then throughout. This has been previously discussed in: https://lists.llvm.org/pipermail/llvm-dev/2016-November/106868.html Proposed LangRef semantics: https://reviews.llvm.org/D81829 Proposed alive2 implementation: https://github.com/AliveToolkit/alive2/pull/353 Roman.