KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
460 stars 207 forks source link

[Backport to 16] Fix SPV_INTEL_runtime_aligned implementation part 1 #2616

Closed vmaksimo closed 1 week ago

vmaksimo commented 1 week ago

It was implemented via new decoration, which is not correct. Instead it should be Function Parameter Attribute decoration.

In this commit starts fixing this in step-by-step manner.

Signed-off-by: Sidorov, Dmitry dmitry.sidorov@intel.com Co-authored-by: Maksimova, Viktoria viktoria.maksimova@intel.com

(This is a cherry-pick of 0db0f98)