[PATCH] D29631: SystemZTargetTransformInfo cost functions and some common code changes

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:11:42 PDT 2017


kparzysz added a comment.

In https://reviews.llvm.org/D29631#724995, @rengolin wrote:

> Ah! Makes sense. Then maybe just adding the lit.config file to SystemZ directory would do?


If you can force a specific triple to be used, then yes.  If you can only require a specific target to be present, then it may happen to avoid the failures, but there is no guarantee that it will always work.


https://reviews.llvm.org/D29631





More information about the llvm-commits mailing list