[all-commits] [llvm/llvm-project] 5fee61: AArch64: Add tests for atomicrmw fp operations
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 29 08:34:34 PDT 2024
Branch: refs/heads/users/arsenm/aarch64-add-atomicrmw-fp-tests
Home: https://github.com/llvm/llvm-project
Commit: 5fee612bd025451523278cdf044d7d883ee5d213
https://github.com/llvm/llvm-project/commit/5fee612bd025451523278cdf044d7d883ee5d213
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
R llvm/test/CodeGen/AArch64/atomicrmw-fadd-fp-vector.ll
A llvm/test/CodeGen/AArch64/atomicrmw-fadd.ll
A llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll
A llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
A llvm/test/CodeGen/AArch64/atomicrmw-fsub.ll
Log Message:
-----------
AArch64: Add tests for atomicrmw fp operations
There were only codegen tests for the fadd vector case,
so round out the test coverage for the scalar cases
and all the other operations.
Commit: 289d140f46b320af415d22cc29ae4c3b6903e440
https://github.com/llvm/llvm-project/commit/289d140f46b320af415d22cc29ae4c3b6903e440
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
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:
-----------
Add softfp run lines
Commit: ff1a79d42d0eab1f9bd9172a4fdda48dcdbc7fa8
https://github.com/llvm/llvm-project/commit/ff1a79d42d0eab1f9bd9172a4fdda48dcdbc7fa8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
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:
-----------
Try to use explicit triples to fix windows bot failure
Commit: fd8d402de9d346e043937a9d0420111a912b62a8
https://github.com/llvm/llvm-project/commit/fd8d402de9d346e043937a9d0420111a912b62a8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
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:
-----------
Try more triples to fix windows host failures
Commit: 03949db1d9e0a1fa62229089562f5210382d06f7
https://github.com/llvm/llvm-project/commit/03949db1d9e0a1fa62229089562f5210382d06f7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll
M llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
Log Message:
-----------
Work around windows test failures
Compare: https://github.com/llvm/llvm-project/compare/9c924de9024b...03949db1d9e0
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