> On Feb 6, 2017, at 19:42, Timothy Arceri <tarc...@itsqueeze.com> wrote:
>
> This series does not include the patch that adds cache support
> to the radeonsi backend, the main reason for this is that llvm
> currently doesn't allow the version to be queried at runtime
> (as far as I'm aware) although it seems like other are interested
> in this feature [1] so I will follow up on that.
This should not be necessary. Old bitcode is supposed to be forward compatible
and should be autoupgraded. You should not need to check that the runtime
version matches. The sticking point for AMDGPU specifically is I do not want to
guarantee compatibility for the legacy intrinsics still in use. They have
various problems, and some of them make it difficult to support auto upgrading
them. Going forward I would like to maintain compatibility with new properly
defined intrinsics.
-Matt
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev