[Mlir-commits] [mlir] [MLIR][NVVM] Update support for conversions to f8x2 and f6x2 types (PR #137781)

Guray Ozen llvmlistbot at llvm.org
Mon May 12 00:41:22 PDT 2025


================
@@ -1079,7 +1079,7 @@ def CVTFP6TypeAttr : EnumAttr<NVVM_Dialect, CVTFP6Type, "cvt_fp6_type"> {
   let assemblyFormat = "`<` $value `>`";
 }
 
-def NVVM_CvtToF6x2Op : NVVM_Op<"cvt.to.f6x2"> {
+def NVVM_CvtF32x2ToF6x2Op : NVVM_Op<"cvt.f32x2.to.f6x2"> {
----------------
grypp wrote:

I feel like we can be better at putting names. There is no character limit in MLIR, why to name OPs something not readable? 

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


More information about the Mlir-commits mailing list