[PATCH] D139133: [SPIR-V] Support memory(...) function attributes

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 11:58:17 PST 2022


mpaszkowski added a comment.

This patch fixes the trivial-function-with-attributes.ll <https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/SPIRV/function/trivial-function-with-attributes.ll> LIT test that is already present in the repository. Additionally, also the get_global_offset.ll <https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll> test passes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139133/new/

https://reviews.llvm.org/D139133



More information about the llvm-commits mailing list