[all-commits] [llvm/llvm-project] c0f811: [mlir][linalg] Only generate one var for an attrUse.

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Tue Mar 2 12:48:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0f8115c73b758b992f237b531f4b807c0c1c810
      https://github.com/llvm/llvm-project/commit/c0f8115c73b758b992f237b531f4b807c0c1c810
  Author: Hanhan Wang <hanchung at google.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-gen.tc
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp

  Log Message:
  -----------
  [mlir][linalg] Only generate one var for an attrUse.

Some variables are unused after D97383 landed. We should generate one symbol for one attrUse.

Reviewed By: stellaraccident

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




More information about the All-commits mailing list