[Mlir-commits] [mlir] [MLIR][FuncToLLVM] fix crash when converting functions with empty res_attrs (PR #177137)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jan 21 05:59:42 PST 2026
================
@@ -0,0 +1,10 @@
+// RUN: mlir-opt %s -gpu-kernel-outlining --convert-scf-to-cf --convert-gpu-to-nvvm --nvvm-attach-target=chip=sm_75 --gpu-module-to-binary -gpu-to-llvm --convert-func-to-llvm | FileCheck %s
----------------
joker-eph wrote:
Why do we have such a long pipeline? Can we get the IR before the `convert-func-to-llvm` and add it to one of the existing test?
https://github.com/llvm/llvm-project/pull/177137
More information about the Mlir-commits
mailing list