[all-commits] [llvm/llvm-project] bc6535: [X86][Test] Update tests for `lround` and `llrint`...
Trevor Gross via All-commits
all-commits at lists.llvm.org
Wed Sep 10 01:31:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc65352ab5eeabecd6d8dca0ca1d5a628101dfde
https://github.com/llvm/llvm-project/commit/bc65352ab5eeabecd6d8dca0ca1d5a628101dfde
Author: Trevor Gross <tmgross at umich.edu>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
Log Message:
-----------
[X86][Test] Update tests for `lround` and `llrint` (NFC) (#157807)
Apply the following changes:
* Ensure all float types are covered (`f16` and `f128` were often
missing)
* Switch to more straightforward test names
* Remove some CHECK directives that are outdated (prefix changed but the
directive did not get removed)
* Add common check prefixes to merge similar blocks
* Test a more similar set of platforms
* Add missing `nounwind`
* Test `strictfp` for each libcall where possible
This is a pre-test for [1].
[1]: https://github.com/llvm/llvm-project/pull/152684
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