[PATCH] D29489: Optimize SETCC + VSEL of incompatible or illegal types

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 09:53:15 PST 2017


RKSimon added a comment.

In https://reviews.llvm.org/D29489#696529, @jonpa wrote:

> Is the script expected to support SystemZ?


Not by default, but adding a target tends to be quite trivial - you should be able to copy + tweak the arm or powerpc targets very easily.

It'd be great if you could use the script and then commit the new systemz tests with the current codegen to trunk so that this patch can show the diff.


https://reviews.llvm.org/D29489





More information about the llvm-commits mailing list