[all-commits] [llvm/llvm-project] e59cdc: [mlir][spirv] Allow unnamed entry point functions

Alexander Batashev via All-commits all-commits at lists.llvm.org
Mon Jul 18 09:03:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e59cdcd070249488c5c5de668bb84a3033ab62c9
      https://github.com/llvm/llvm-project/commit/e59cdcd070249488c5c5de668bb84a3033ab62c9
  Author: Alexander Batashev <alexbatashev at outlook.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M mlir/lib/Target/SPIRV/Deserialization/DeserializeOps.cpp

  Log Message:
  -----------
  [mlir][spirv] Allow unnamed entry point functions

SPIR-V specification does not require a function to have a name
if it is an entry point. Adjust deserializer to allow those kinds
of SPIR-V binaries.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D120181




More information about the All-commits mailing list