[all-commits] [llvm/llvm-project] 359772: [MLIR] Support lowering n-D arith.index_cast to LLVM

Jerry Wu via All-commits all-commits at lists.llvm.org
Tue Aug 9 11:18:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3597727fa7ff104bb0f6e39a71900960b87144df
      https://github.com/llvm/llvm-project/commit/3597727fa7ff104bb0f6e39a71900960b87144df
  Author: Jerry Wu <cheyuw at google.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

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

  Log Message:
  -----------
  [MLIR] Support lowering n-D arith.index_cast to LLVM

Previously we can only lower arith.index_cast with 1-D vectors to LLVM. This change added the support for n-D vectors.

Reviewed By: ftynse, hanchung

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




More information about the All-commits mailing list