Displaying 2 results from an estimated 2 matches for "stdalloc".
Did you mean:
stalloc
2010 Nov 13
2
[LLVMdev] Possible bug in llvm-gcc
Hi all,
I was on stackoverflow when I came across this question:
http://stackoverflow.com/questions/4173107/llvm-gcc-stdallocator-bug. It's
causing a segmentation fault when compiled with llvm-g++ but not when
compiled with g++. It also works under OS X but not under Ubuntu 10.10.
I've reduced a test case down to the following:
#include <vector>
struct blub {};
struct intvec : public std::vector<int>...
2019 Sep 11
5
Google’s TensorFlow team would like to contribute MLIR to the LLVM Foundation
On Wed, Sep 11, 2019 at 1:54 PM David Greene <greened at obbligato.org> wrote:
> Mehdi AMINI <joker.eph at gmail.com> writes:
>
> > Of course by its nature, MLIR doesn't lend itself to concrete semantic
> >> descriptions, though I would expect the affine dialect (and others) to
> >> have documentation on par with the LLVM IR.
> >
> >
>