[all-commits] [llvm/llvm-project] a48ff6: [mlir][LLVMIR] "Modernize" LLVM insert/extract ele...

Jeff Niu via All-commits all-commits at lists.llvm.org
Thu Aug 18 11:43:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a48ff6888825002285060d46a7ed0f5142576991
      https://github.com/llvm/llvm-project/commit/a48ff6888825002285060d46a7ed0f5142576991
  Author: Jeff Niu <jeff at modular.com>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/invalid.mlir

  Log Message:
  -----------
  [mlir][LLVMIR] "Modernize" LLVM insert/extract element operations

This patch "modernizes" the implementation of these operations by
switching them to assembly formats and type inference traits.

Reviewed By: rriddle

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




More information about the All-commits mailing list