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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 05:23:18 PDT 2024


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

It's ABI promotes to float vs. ABI promotes to i16 

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


More information about the llvm-commits mailing list