[all-commits] [llvm/llvm-project] cdfeeb: [mlir:ODS] Generate unwrapped operation attribute ...

River Riddle via All-commits all-commits at lists.llvm.org
Fri Oct 14 16:04:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdfeeb8a4058130d8ce59300867e272642c97dfa
      https://github.com/llvm/llvm-project/commit/cdfeeb8a4058130d8ce59300867e272642c97dfa
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/mlir-tblgen/op-attribute.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [mlir:ODS] Generate unwrapped operation attribute setters

This allows for setting an attribute using the underlying C++ type,
which is generally much nicer to interact with than the attribute type.

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




More information about the All-commits mailing list