about summary refs log tree commit diff
path: root/tests/codegen/aarch64-softfloat.rs
AgeCommit message (Collapse)AuthorLines
2025-02-24tests: use minicore moreDavid Wood-6/+3
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2024-11-25Update test expectations to accept LLVM 'initializes' attributeHans Wennborg-1/+1
The test was checking for two `ptr` arguments by matching commas (or non-commas), however after https://github.com/llvm/llvm-project/pull/117104 LLVM adds an `initializes((0, 16))` attribute, which includes a comma. So instead, we make the test check for two LLVM values, i.e. something prefixed by %. (See also https://crbug.com/380707238)
2024-11-20aarch64 softfloat target: always pass floats in int registersRalf Jung-0/+48