[all-commits] [llvm/llvm-project] 301b21: [AArch64] Regenerate and add more tests for i128 a...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Jul 21 11:28:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 301b21a941ebd94cef2f1912a547960223983887
https://github.com/llvm/llvm-project/commit/301b21a941ebd94cef2f1912a547960223983887
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic-128.ll
M llvm/test/CodeGen/AArch64/arm64-atomic-128.ll
Log Message:
-----------
[AArch64] Regenerate and add more tests for i128 atomics.
Generating these tests unfortunately means a lot of junk, but it's hard
to write/update these tests by hand.
Added tests focus on atomic orderings for cmpxchg.
Actually writing out these tests showed some potentially dubious
results; we should probably consider using casp for 128-bit atomic
load/store/rmw.
More information about the All-commits
mailing list