[llvm] X86: Fix asserting on bfloat argument/return without sse2 (PR #93146)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 05:12:19 PDT 2024


================
@@ -811,8 +854,7 @@ define void @store_bfloat(ptr %fptr, bfloat %v) {
   ret void
 }
----------------
RKSimon wrote:

why is this codegen so poor vs store_half?

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


More information about the llvm-commits mailing list