[clang] [mlir] [CIR] Implement "uniform_work_group_size" func attribute. (PR #214708)

Akimasa Watanuki via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 01:04:03 PDT 2026


================

----------------
Men-cotton wrote:

Is `LLVM::InvokeOp` support intentionally out of scope for this PR?

`cir.try_call` is lowered through `rewriteCallOrInvoke`, which copies the call attributes onto the resulting `LLVM::InvokeOp`. This patch adds `uniform_work_group_size` to `LLVM::CallOp` and its LLVM IR import/export paths, but I don't see corresponding handling for `LLVM::InvokeOp`.

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


More information about the cfe-commits mailing list