[all-commits] [llvm/llvm-project] 60076a: [mlir][sparse] fix switch statement bug on two bin...

Aart Bik via All-commits all-commits at lists.llvm.org
Tue Aug 9 11:58:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60076a9eaf5e1c0d66a5238aff3a776078911e4e
      https://github.com/llvm/llvm-project/commit/60076a9eaf5e1c0d66a5238aff3a776078911e4e
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M mlir/unittests/Dialect/SparseTensor/MergerTest.cpp

  Log Message:
  -----------
  [mlir][sparse] fix switch statement bug on two binary ops

They appeared at the wrong place in the switch, treating
them as unary op rather than binary op.

Reviewed By: bixia

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




More information about the All-commits mailing list