[all-commits] [llvm/llvm-project] 49c9c3: [mlir][Standard] Extend n-D vector lowering to LLV...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Feb 1 23:46:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49c9c3a59e21205aabe48f92b9e53bf666348388
      https://github.com/llvm/llvm-project/commit/49c9c3a59e21205aabe48f92b9e53bf666348388
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

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

  Log Message:
  -----------
  [mlir][Standard] Extend n-D vector lowering to LLVM to [s|z]exti ops.

[s|z]exti ops do not have the same operand and result type.
As a consequence, the lowering of the n-D vector form needs to be relaxed a bit.
This revision additionally performs a few NFC renamings of variables to make them more intuitive.

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




More information about the All-commits mailing list