[all-commits] [llvm/llvm-project] 7de4c6: [RISCV][test] Add test coverage for llvm.frexp.*.*...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Jul 5 02:40:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7de4c6f8d932f1bf8c1f80fe2ee93ee4fb1a8a10
https://github.com/llvm/llvm-project/commit/7de4c6f8d932f1bf8c1f80fe2ee93ee4fb1a8a10
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
A llvm/test/CodeGen/RISCV/llvm.frexp.ll
Log Message:
-----------
[RISCV][test] Add test coverage for llvm.frexp.*.* intrinsics
Reapply - the issue was that the `< %s` was missing in the RUN lines,
which didn't impact update_llc_test_checks but of course caused issues
for lit.
The test file is copied from X86 (which is also mostly shared with Arm,
PowerPC) rather than integrated into float-intrinsics.ll and
double-intrinsics.ll.
There's currently a compiler crash for the soft float cases (expect this
is the issue in <https://github.com/llvm/llvm-project/issues/63661>)
which will be a addressed with a follow-on patch posted for review.
More information about the All-commits
mailing list