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