[all-commits] [llvm/llvm-project] dfee17: Fix MLIR properties generic printing to honor elid...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue May 2 23:42:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfee17d31cd079645a99e981fa4ac0104d302bc6
      https://github.com/llvm/llvm-project/commit/dfee17d31cd079645a99e981fa4ac0104d302bc6
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  Fix MLIR properties generic printing to honor eliding large attributes

There was a discrepancy where the flag was honored when passed through the
command line, but not when passed through the API, which was leading to a
python test failing.




More information about the All-commits mailing list