[all-commits] [llvm/llvm-project] db188a: [mlir][Vector] NFC - Compress vector to outerprodu...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Jul 2 09:42:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db188adfb12f6783c5419d5165a1123b9f5b56b0
      https://github.com/llvm/llvm-project/commit/db188adfb12f6783c5419d5165a1123b9f5b56b0
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp

  Log Message:
  -----------
  [mlir][Vector] NFC - Compress vector to outerproduct lowering.

The implementation has become too unwieldy and cognitive overhead wins.
Instead compress the implementation in preparation for additional lowering paths.

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




More information about the All-commits mailing list