[all-commits] [llvm/llvm-project] 826d3e: [mlir][tosa] Ranked check for transpose was wrong.

rsuderman via All-commits all-commits at lists.llvm.org
Wed Sep 29 15:15:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 826d3eaae7e9a87c37d88f4b1a64ab8a9ce11086
      https://github.com/llvm/llvm-project/commit/826d3eaae7e9a87c37d88f4b1a64ab8a9ce11086
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp

  Log Message:
  -----------
  [mlir][tosa] Ranked check for transpose was wrong.

Should have verified the perm length and input rank were the same before
inferring shape. Caused a crash with invalid IR.

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




More information about the All-commits mailing list