[all-commits] [llvm/llvm-project] 738c13: SystemZ: Add more tests for fp128 atomics (#90269)
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Apr 27 11:26:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 738c135ee09de66a26805530d314c2f28d1eca02
https://github.com/llvm/llvm-project/commit/738c135ee09de66a26805530d314c2f28d1eca02
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-04-27 (Sat, 27 Apr 2024)
Changed paths:
M llvm/test/CodeGen/SystemZ/atomic-load-08.ll
M llvm/test/CodeGen/SystemZ/atomic-store-08.ll
M llvm/test/CodeGen/SystemZ/atomicrmw-xchg-07.ll
Log Message:
-----------
SystemZ: Add more tests for fp128 atomics (#90269)
These did not have proper floating point uses so weren't representative
samples. The bitcast inserted by lowering could be absorbed by the
load/store on the source/use.
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