[all-commits] [llvm/llvm-project] 2baf09: AArch64: Use consistent atomicrmw expansion for FP...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Aug 28 22:21:18 PDT 2024
Branch: refs/heads/users/arsenm/aarch64-fp-atomic-expansion
Home: https://github.com/llvm/llvm-project
Commit: 2baf09116dfc19f5e80f19d67741370defa25e9c
https://github.com/llvm/llvm-project/commit/2baf09116dfc19f5e80f19d67741370defa25e9c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/atomicrmw-fadd.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fsub.ll
Log Message:
-----------
AArch64: Use consistent atomicrmw expansion for FP operations
Use LLSC or cmpxchg in the same cases as for the unsupported
integer operations. This required some fixups to the LLSC
implementatation to deal with the fp128 case.
Commit: 9c1165de6e62f456717069ebf98942a86976c854
https://github.com/llvm/llvm-project/commit/9c1165de6e62f456717069ebf98942a86976c854
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
Remove wrong comment about fp exceptions
Commit: f31f2231a1c571f180e5bf2a9f387ce1456a07ed
https://github.com/llvm/llvm-project/commit/f31f2231a1c571f180e5bf2a9f387ce1456a07ed
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/atomicrmw-fadd.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fsub.ll
Log Message:
-----------
Check if libcall
Commit: 58082aae6d532b2030c79c6b8c9d2e2ca0cc7331
https://github.com/llvm/llvm-project/commit/58082aae6d532b2030c79c6b8c9d2e2ca0cc7331
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
Check soft float
Compare: https://github.com/llvm/llvm-project/compare/bc9f9cd0adc9...58082aae6d53
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