[flang-commits] [flang] [mlir] [mlir][flang] Added Weighted[Region]BranchOpInterface's. (PR #142079)
Christian Ulmann via flang-commits
flang-commits at lists.llvm.org
Mon Jun 16 03:51:53 PDT 2025
================
@@ -734,12 +734,13 @@ def LLVM_VaArgOp : LLVM_Op<"va_arg"> {
// CallOp
//===----------------------------------------------------------------------===//
-def LLVM_CallOp : LLVM_MemAccessOpBase<"call",
- [AttrSizedOperandSegments,
- DeclareOpInterfaceMethods<FastmathFlagsInterface>,
- DeclareOpInterfaceMethods<CallOpInterface>,
- DeclareOpInterfaceMethods<SymbolUserOpInterface>,
- DeclareOpInterfaceMethods<BranchWeightOpInterface>]> {
+def LLVM_CallOp
+ : LLVM_MemAccessOpBase<
+ "call", [AttrSizedOperandSegments,
+ DeclareOpInterfaceMethods<FastmathFlagsInterface>,
+ DeclareOpInterfaceMethods<CallOpInterface>,
+ DeclareOpInterfaceMethods<SymbolUserOpInterface>,
+ DeclareOpInterfaceMethods<WeightedBranchOpInterface>]> {
----------------
Dinistro wrote:
I wonder if we should now remove this interface from CallOp and InvokeOp
https://github.com/llvm/llvm-project/pull/142079
More information about the flang-commits
mailing list