[all-commits] [llvm/llvm-project] 02c7de: [RISCV] Precommit test for D124509
Kito Cheng via All-commits
all-commits at lists.llvm.org
Fri Apr 29 20:09:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02c7de3a4c32f2456df09df07e473bb95c85529c
https://github.com/llvm/llvm-project/commit/02c7de3a4c32f2456df09df07e473bb95c85529c
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Changed paths:
A clang/test/CodeGen/RISCV/__fp16-convert.c
Log Message:
-----------
[RISCV] Precommit test for D124509
Test case to show the wrong code gen for `int16` -> `__fp16` conversion,
clang just emit a load and store without did conversion in the case,
and another case used for demonstrate the code gen change of `__fp16`
-> `int16`.
Reviewed By: khchen
Differential Revision: https://reviews.llvm.org/D124510
More information about the All-commits
mailing list