[Mlir-commits] [mlir] [mlir][spirv] Fix LowerABIAttributesPass to generate EntryPoints for SPV1.4 (PR #118994)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Dec 16 08:17:18 PST 2024
================
@@ -80,7 +80,8 @@ createGlobalVarForEntryPointArgument(OpBuilder &builder, spirv::FuncOp funcOp,
/// with an spirv.EntryPointOp. Traverses the body of a entry function to do so.
static LogicalResult
getInterfaceVariables(spirv::FuncOp funcOp,
- SmallVectorImpl<Attribute> &interfaceVars) {
+ SmallVectorImpl<Attribute> &interfaceVars,
+ const spirv::TargetEnv &targetEnv) {
----------------
fabrizio-indirli wrote:
Done
https://github.com/llvm/llvm-project/pull/118994
More information about the Mlir-commits
mailing list