[all-commits] [llvm/llvm-project] 3bdcd2: [MLIR] Introduce a SelectOpInterface

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Aug 19 02:28:26 PDT 2024


  Branch: refs/heads/users/dinistro/add-select-op-interface
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bdcd27abe568bda9e8652b86268e47e12fecb3a
      https://github.com/llvm/llvm-project/commit/3bdcd27abe568bda9e8652b86268e47e12fecb3a
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/IR/Arith.h
    M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
    M mlir/lib/Analysis/SliceWalk.cpp
    M mlir/lib/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.cpp
    M mlir/test/Dialect/LLVMIR/inlining-alias-scopes.mlir

  Log Message:
  -----------
  [MLIR] Introduce a SelectOpInterface

This commit introduces a `SelectOpInterface` that can be used to handle
select-like operations generically. Select operations are similar to
control flow operations, as they forward operands depending on
conditions. This is the reason why it was placed to the already existing
control flow interfaces.



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