search for: 0229ae65

Displaying 2 results from an estimated 2 matches for "0229ae65".

2019 Oct 29
3
RFC: On non 8-bit bytes and the target for it
...target exist, or maybe we could accept the patches without test cases (so long as they doesn’t break 8-bit-byte targets obviously). > > -Chris > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191029/0229ae65/attachment.html>
2019 Oct 24
4
RFC: On non 8-bit bytes and the target for it
On 24/10/2019 14:21, JF Bastien via llvm-dev wrote: > I’d like to understand what programming model you see programmers using. > You don’t need 257 bits per byte if you only offer 257 bit integers. > Rather, bytes aren’t really a thing at that point. LLVM kinda handles iN > already, and your backend would legalize everything to exactly this type > and nothing else, right? Would