[llvm-dev] Vector SETCC fails at instruction selection
Matt Arsenault via llvm-dev
llvm-dev at lists.llvm.org
Mon Jun 6 11:18:28 PDT 2016
> On Jun 6, 2016, at 10:54, Alex Susu via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Could you please tell me if you have any idea with what might be wrong?
You need to implement getSetCCResultType. I’m not sure why the default doesn’t do anything to handle them. You might want it to return an <N x i1> vector for example
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160606/463a9bc5/attachment.html>
More information about the llvm-dev
mailing list