[PATCH] D139133: [SPIR-V] Support memory(...) function attributes
Michal Paszkowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 18:12:52 PST 2022
mpaszkowski marked 2 inline comments as done.
mpaszkowski added a comment.
@arsenm I have removed the checks for `ReadNone` and also for `ReadOnly`. Both are replaced with the new `memory(...)` attributes in functions. I will keep tests for the legacy attributes because we have compilers feeding old LLVM IR into the SPIR-V backend.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139133/new/
https://reviews.llvm.org/D139133
More information about the llvm-commits
mailing list