[Mlir-commits] [flang] [mlir] [mlir][func] Fix crashes in FuncToLLVM discardable attributes propagation logic (PR #188232)

Mehdi Amini llvmlistbot at llvm.org
Thu Mar 26 04:50:54 PDT 2026


joker-eph wrote:

@hockyy : a similar issue exists when converting gpu.func to LLVM: https://github.com/llvm/llvm-project/issues/185174

I suspect that the logic you implemented here could be refactored (maybe in the LLVM dialect?) to be reused for all the places we target LLVMFuncOp. Are you interested in trying to tackle this?

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


More information about the Mlir-commits mailing list