[all-commits] [llvm/llvm-project] 7c7b55: [mlir][vector] Extend vector unroll to all element...

Thomas via All-commits all-commits at lists.llvm.org
Mon Dec 21 13:32:56 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c7b55b985136a975223a9cefccd8fa1a5df7765
      https://github.com/llvm/llvm-project/commit/7c7b55b985136a975223a9cefccd8fa1a5df7765
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/vector-transforms.mlir
    M mlir/test/lib/Transforms/TestVectorTransforms.cpp

  Log Message:
  -----------
  [mlir][vector] Extend vector unroll to all element-wise ops

Extend unroll to support all element-wise ops and allow unrolling for ops with
vector operands of with the same shape as the destination but different element
type (like Cmp or Select).

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




More information about the All-commits mailing list