[Mlir-commits] [mlir] [mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (PR #112143)
    Sirui Mu 
    llvmlistbot at llvm.org
       
    Tue Oct 15 06:23:28 PDT 2024
    
    
  
================
@@ -854,8 +855,40 @@ llvm::CallInst *mlir::LLVM::detail::createIntrinsicCall(
          "LLVM `immArgPositions` and MLIR `immArgAttrNames` should have equal "
          "length");
 
+  SmallVector<llvm::OperandBundleDef> opBundles;
+  std::size_t numOpBundleOperands = 0;
----------------
Lancern wrote:
Updated.
https://github.com/llvm/llvm-project/pull/112143
    
    
More information about the Mlir-commits
mailing list