[Mlir-commits] [flang] [mlir] [mlir][LLVM] Add operand bundle support (PR #108933)

Lei Zhang llvmlistbot at llvm.org
Thu Oct 3 21:09:46 PDT 2024


antiagainst wrote:

Are the operand bundle a very core part of the llvm call ops? IIUC it's just auxiliary data? I suppose most of the time a user won't need to specify anything there. For such cases it would be nice to have some default builder or helper functions to make it transparent for downstream users. Right now it's kinda forcing all downstream users to add their wrappers to just ignore these newly added fields, e.g., https://github.com/triton-lang/triton/pull/4847.  

https://github.com/llvm/llvm-project/pull/108933


More information about the Mlir-commits mailing list