[all-commits] [llvm/llvm-project] 7c6343: [mlir][EmitC] Introduce a `CExpression` trait (#84...

Marius Brehler via All-commits all-commits at lists.llvm.org
Wed Mar 6 23:38:09 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c63431cc22c68742a6a42d3304fdb68431247c3
      https://github.com/llvm/llvm-project/commit/7c63431cc22c68742a6a42d3304fdb68431247c3
  Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/EmitC/IR/EmitC.h
    M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
    A mlir/include/mlir/Dialect/EmitC/IR/EmitCTraits.h
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    M mlir/lib/Dialect/EmitC/Transforms/FormExpressions.cpp
    M mlir/lib/Dialect/EmitC/Transforms/Transforms.cpp

  Log Message:
  -----------
  [mlir][EmitC] Introduce a `CExpression` trait (#84177)

This adds a `CExpression` trait and replaces the `isCExpression()`
function.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list