[Mlir-commits] [mlir] [MLIR][NVVM] Add LLVM IR import support for nvvm.barrier (PR #188630)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Apr 13 00:44:20 PDT 2026


https://github.com/ftynse commented:

The overall question here is whether we expect other cases where multiple intrinsic IDs will be converted to the same opname. If so, we should consider extending the scaffolding in tablegen to generate these cases intsead of adding custom C++. If not, this is fine with some extra inline documentation explaining why it has to be done this way (not adding tablegen support for the sake of 1-2 instrinsics).

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


More information about the Mlir-commits mailing list