[all-commits] [llvm/llvm-project] f984a8: [MLIR][Linalg] Extend detensoring control flow model.

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Tue Aug 3 09:10:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f984a805f3f92ea3066ea13ba2684a7947d95225
      https://github.com/llvm/llvm-project/commit/f984a805f3f92ea3066ea13ba2684a7947d95225
  Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp
    A mlir/test/Dialect/Linalg/detensorize_br_operands.mlir

  Log Message:
  -----------
  [MLIR][Linalg] Extend detensoring control flow model.

This patch extends the PureControlFlowDetectionModel to consider
detensoring br and cond_br operands.

See: https://github.com/google/iree/issues/1159#issuecomment-884322687,
for a disccusion on the need for such extension.

Reviewed By: silvas

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




More information about the All-commits mailing list