[Mlir-commits] [mlir] [mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (PR #112143)
    Tobias Gysi 
    llvmlistbot at llvm.org
       
    Mon Oct 14 01:26:22 PDT 2024
    
    
  
================
@@ -848,14 +849,46 @@ llvm::CallInst *mlir::LLVM::detail::createIntrinsicCall(
     llvm::IRBuilderBase &builder, ModuleTranslation &moduleTranslation,
     Operation *intrOp, llvm::Intrinsic::ID intrinsic, unsigned numResults,
     ArrayRef<unsigned> overloadedResults, ArrayRef<unsigned> overloadedOperands,
-    ArrayRef<unsigned> immArgPositions,
-    ArrayRef<StringLiteral> immArgAttrNames) {
+    ArrayRef<unsigned> immArgPositions, ArrayRef<StringLiteral> immArgAttrNames,
+    StringLiteral opBundleSizesAttrName, StringLiteral opBundleTagsAttrName) {
----------------
gysit wrote:
Similarly `opBundleSizesAttrName` and `opBundleTagsAttrName` could probably be constants?
https://github.com/llvm/llvm-project/pull/112143
    
    
More information about the Mlir-commits
mailing list