[llvm-branch-commits] [llvm] [X86] Manage atomic store of fp -> int promotion in DAG (PR #197166)
Simon Pilgrim via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 12 05:24:03 PDT 2026
================
@@ -222,6 +222,140 @@ define void @store_atomic_vec1_ptr(ptr %x, <1 x ptr> %v) nounwind {
ret void
}
+define void @store_atomic_vec1_bfloat(ptr %x, <1 x bfloat> %v) {
----------------
RKSimon wrote:
```suggestion
define void @store_atomic_vec1_bfloat(ptr %x, <1 x bfloat> %v) nounwind {
```
same for others to remove cfi noise
https://github.com/llvm/llvm-project/pull/197166
More information about the llvm-branch-commits
mailing list