[all-commits] [llvm/llvm-project] 07dc90: Fix MLIR back-deployment to version < 5 ; properti...

Eugene Burmako via All-commits all-commits at lists.llvm.org
Thu May 25 20:32:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07dc906883af660780cf6d0cc1044f7e74dab83e
      https://github.com/llvm/llvm-project/commit/07dc906883af660780cf6d0cc1044f7e74dab83e
  Author: Eugene Burmako <burmako at google.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M mlir/lib/Bytecode/Writer/BytecodeWriter.cpp

  Log Message:
  -----------
  Fix MLIR back-deployment to version < 5 ; properties section should not be emitted.

This was an oversight in the development of bytecode version 5, which was
caught by downstream StableHLO compatibility tests.

Differential revision: https://reviews.llvm.org/D151531




More information about the All-commits mailing list