[Mlir-commits] [mlir] [mlir][x86vector] AVX Convert/Broadcast F16 to F32 instructions (PR #137917)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu May 1 22:41:43 PDT 2025
================
@@ -444,24 +453,32 @@ def CvtPackedEvenIndexedBF16ToF32Op : AVX_Op<"cvt.packed.even.indexed.bf16_to_f3
}
}];
- let extraClassDeclaration = [{
+ let extraClassDeclaration = [{
----------------
arun-thmn wrote:
Removed.
https://github.com/llvm/llvm-project/pull/137917
More information about the Mlir-commits
mailing list