[all-commits] [llvm/llvm-project] b1d6cf: [MLIR] Introduce a SelectOpInterface
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Aug 19 03:42:58 PDT 2024
Branch: refs/heads/users/dinistro/add-select-op-interface
Home: https://github.com/llvm/llvm-project
Commit: b1d6cfdcf34dbb502c59e21646ea3aa32c2da7d6
https://github.com/llvm/llvm-project/commit/b1d6cfdcf34dbb502c59e21646ea3aa32c2da7d6
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