[all-commits] [llvm/llvm-project] 451255: [RISCV][test] Extend test coverage for Zfa's fli i...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Mon Oct 2 12:49:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 451255b207c8630534b417c00de387ee98cf89e9
https://github.com/llvm/llvm-project/commit/451255b207c8630534b417c00de387ee98cf89e9
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/double-zfa.ll
M llvm/test/CodeGen/RISCV/float-zfa.ll
M llvm/test/CodeGen/RISCV/half-zfa-fli.ll
Log Message:
-----------
[RISCV][test] Extend test coverage for Zfa's fli instructions to cover miscompile
There's a miscompile currently for negative numbers (other than -1) that
are the negated form of numbers in the fli lookup table. This adds tests
that capture the issue, with a fix to follow in a separate commit/PR.
More information about the All-commits
mailing list