[all-commits] [llvm/llvm-project] ef7a25: Add support for casting elements in vectors for ce...

Lubomir Litchev via All-commits all-commits at lists.llvm.org
Mon Sep 14 07:46:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ef7a255c037ca462f71ddd3d2b5a46310b08f6eb
      https://github.com/llvm/llvm-project/commit/ef7a255c037ca462f71ddd3d2b5a46310b08f6eb
  Author: Lubomir Litchev <Lubomir.Litchev at intel.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir

  Log Message:
  -----------
  Add support for casting elements in vectors for certain Std dialect type conversion operations.

Added support to the Std dialect cast operations to do casts in vector types when feasible.

Reviewed By: ftynse

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




More information about the All-commits mailing list