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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Apr 11 08:49:28 PDT 2025


================
@@ -0,0 +1,48 @@
+// REQUIRES: target=x86{{.*}}
+
+// RUN: mlir-opt %s \
+// RUN:   -convert-vector-to-llvm="enable-x86vector" -convert-to-llvm \
+// RUN:   -reconcile-unrealized-casts | \
+// RUN: mlir-translate --mlir-to-llvmir | \
+// RUN: llc -mcpu=sierraforest | \
----------------
arun-thmn wrote:

Agreed!

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


More information about the Mlir-commits mailing list