[Mlir-commits] [mlir] [mlir][x86vector] AVX Convert/Broadcast F16 to F32 instructions (PR #137917)

Adam Siemieniuk llvmlistbot at llvm.org
Wed Apr 30 09:29:47 PDT 2025


================
@@ -444,24 +453,32 @@ def CvtPackedEvenIndexedBF16ToF32Op : AVX_Op<"cvt.packed.even.indexed.bf16_to_f3
     }
   }];
 
-  let extraClassDeclaration = [{
+    let extraClassDeclaration = [{
----------------
adam-smnk wrote:

nit: extra tab

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


More information about the Mlir-commits mailing list