[LLVMdev] Boolean floats and v4i1

Heikki Kultala hkultala at cs.tut.fi
Wed Jul 4 04:53:40 PDT 2012


> What should I do here? Should I add MVT::v?i1 types so that they can be
> directly used without promotion?

Our backend(TCE) would also benefit from v?i1 types,
lack of them is a bad bottleneck for us also.

So I'd say we v2i1, v4i1, v8i1, v16i1 types should be added.





More information about the llvm-dev mailing list