[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
================
@@ -605,6 +614,9 @@ class Deserializer {
/// A list of all structs which have unresolved member types.
SmallVector<DeferredStructTypeInfo, 0> deferredStructTypesInfos;
+ /// A list of argument attributes of function.
----------------
antiagainst wrote:
This should be a local variable in `processFunction` given this is only needed there and different functions have different argument attributes?
https://github.com/llvm/llvm-project/pull/76353
More information about the Mlir-commits
mailing list