[all-commits] [llvm/llvm-project] 8a7c65: [mlir] support nD vector forms of shifts in std-to...

ftynse via All-commits all-commits at lists.llvm.org
Mon Aug 9 03:00:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a7c657c4d65deb13880634823659d9e9d924e4a
      https://github.com/llvm/llvm-project/commit/8a7c657c4d65deb13880634823659d9e9d924e4a
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-nd-vector-to-llvmir.mlir

  Log Message:
  -----------
  [mlir] support nD vector forms of shifts in std-to-llvm conversion

These ops were not ported to the nD vector conversion when it was introduced
and nobody needed them so far.

Reviewed By: gysit

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




More information about the All-commits mailing list