Skip to content

ac/llvm: Fix alignment of shared load intrinsics.

Apparently the alignment needs to be set on the return value of the load, rather than on the pointer. Fixes a regression from MR !9201 (merged)

Merge request reports