[all-commits] [llvm/llvm-project] 94d67b: [mlir] Add n-D vector lowering to LLVM for cast ops

harsh-nod via All-commits all-commits at lists.llvm.org
Wed May 26 15:28:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94d67b51dd025d152e1ef7dd6a14dc90f5ddcf36
      https://github.com/llvm/llvm-project/commit/94d67b51dd025d152e1ef7dd6a14dc90f5ddcf36
  Author: harsh-nod <harsh at nod-labs.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

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

  Log Message:
  -----------
  [mlir] Add n-D vector lowering to LLVM for cast ops

The casting ops (sitofp, uitofp, fptosi, fptoui) lowering currently does
not handle n-D vectors. This patch fixes that.

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




More information about the All-commits mailing list