[all-commits] [llvm/llvm-project] 5c38b5: [RISCV] Rename two tests to reflect extension bein...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Dec 27 15:07:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c38b584e55904ddabc0ba887f7bdc1dad5e71be
https://github.com/llvm/llvm-project/commit/5c38b584e55904ddabc0ba887f7bdc1dad5e71be
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
R llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll
R llvm/test/CodeGen/RISCV/rv64f-half-convert.ll
A llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll
A llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll
Log Message:
-----------
[RISCV] Rename two tests to reflect extension being tested. NFC
Commit: 10129fe86102a1178a0f4f0dcdf861c568445900
https://github.com/llvm/llvm-project/commit/10129fe86102a1178a0f4f0dcdf861c568445900
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/double-intrinsics.ll
M llvm/test/CodeGen/RISCV/half-intrinsics.ll
A llvm/test/CodeGen/RISCV/rv64zfh-half-intrinsics.ll
A llvm/test/CodeGen/RISCV/zfh-half-intrinsics.ll
Log Message:
-----------
[RISCV] Fix type in f16 and f64 version of lrint/llrint/lround/llround test cases. NFC
Due to a copy/paste mistake we were always testing float.
This required splitting up the f16 tests into separate files since
we don't have an appropriate libcall to use when the types involved
aren't legal.
Compare: https://github.com/llvm/llvm-project/compare/6e220296d7d1...10129fe86102
More information about the All-commits
mailing list