[Mlir-commits] [mlir] [mlir][spirv] Support function argument decorations for ptr in the PhysicalStorageBuffer (PR #76353)
Lei Zhang
llvmlistbot at llvm.org
Thu Jan 4 10:16:14 PST 2024
================
@@ -233,6 +233,15 @@ class Deserializer {
return globalVariableMap.lookup(id);
}
+ /// Sets the argument's attributes with the given argument <id>.
+ void setArgAttrs(uint32_t argID);
----------------
antiagainst wrote:
Rename to `setFunctionArgAttrs` to be clearer?
https://github.com/llvm/llvm-project/pull/76353
More information about the Mlir-commits
mailing list