[Mlir-commits] [mlir] [mlir][gpu] Don't request C wrappers for private device functions (PR #214552)
Jared Hoberock
llvmlistbot at llvm.org
Thu Aug 6 12:49:02 PDT 2026
jaredhoberock wrote:
Thanks! Yes, our pipeline runs DCE and it (correctly) eliminates nothing because before inlining all of these functions are reachable from a kernel. Dead code materializes after inlining and at that point the ciface wrappers keep the unused functions alive.
https://github.com/llvm/llvm-project/pull/214552
More information about the Mlir-commits
mailing list