Re: [Mesa-dev] [PATCH] spirv: Claim support for the simple memory model

2017-10-26 Thread Bas Nieuwenhuizen
I couldn't find in the SPIR-V spec what the actual difference is supposed by the two? Seems like in both cases the compiler can assume no aliasing. Reviewed-by: Bas Nieuwenhuizen On Thu, Oct 26, 2017 at 7:11 PM, Jason Ekstrand wrote: > It's rather surprising that we've never actually hit this b

[Mesa-dev] [PATCH] spirv: Claim support for the simple memory model

2017-10-26 Thread Jason Ekstrand
It's rather surprising that we've never actually hit this before. Aparently, Ian's SPIR-V generator currently claims the Simple when you don't do anything complex. We really shouldn't assert-fail on it. Reviewed-by: Ian Romanick Cc: mesa-sta...@lists.freedesktop.org --- src/compiler/spirv/spirv