[all-commits] [llvm/llvm-project] 9177e8: X86: Fix asserting on bfloat argument/return witho...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Sep 30 07:48:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9177e812677ee915c6606498db57808c13ee892a
https://github.com/llvm/llvm-project/commit/9177e812677ee915c6606498db57808c13ee892a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/test/CodeGen/X86/atomic-non-integer.ll
A llvm/test/CodeGen/X86/bfloat-calling-conv-no-sse2.ll
Log Message:
-----------
X86: Fix asserting on bfloat argument/return without sse2 (#93146)
These now get the default promote-to-float behavior, like half does.
Fixes #92899
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list