[Mlir-commits] [mlir] [mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (PR #112143)
Tobias Gysi
llvmlistbot at llvm.org
Mon Oct 14 10:38:55 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;
----------------
gysit wrote:
```suggestion
size_t numOpBundleOperands = 0;
```
https://github.com/llvm/llvm-project/pull/112143
More information about the Mlir-commits
mailing list