[all-commits] [llvm/llvm-project] 22d584: [x86] Synchronize fp128 and i128 ABI tests (nfc) (...
Trevor Gross via All-commits
all-commits at lists.llvm.org
Thu Jul 10 21:11:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22d584e34ecef694755a1408db11ad8486dfbb36
https://github.com/llvm/llvm-project/commit/22d584e34ecef694755a1408db11ad8486dfbb36
Author: Trevor Gross <tgross at intrepidcs.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
R llvm/test/CodeGen/X86/fp128-abi.ll
R llvm/test/CodeGen/X86/i128-abi.ll
A llvm/test/CodeGen/X86/i128-fp128-abi.ll
Log Message:
-----------
[x86] Synchronize fp128 and i128 ABI tests (nfc) (#147923)
The ABI tests for fp128 covers a handful of things that the i128 test
currently does not, including targets other than x86-64 Linux and some
simpler argument cases. Update the i128 test to be consistent with
fp128. All existing test function patterns still exist, though they all
wind up renamed.
Additionally correct some `call` signatures in the fp128 test (not
relevant for output).
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