[all-commits] [llvm/llvm-project] f3afd0: [RISCV] Add tests for fixed vector conversions bet...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Fri May 28 04:42:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3afd0d193d2869933559f6d1a876b6c5707d1a9
https://github.com/llvm/llvm-project/commit/f3afd0d193d2869933559f6d1a876b6c5707d1a9
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp2i.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-i2fp.ll
Log Message:
-----------
[RISCV] Add tests for fixed vector conversions between fp to/from i1
These fixed-length versions don't crash unlike the corresponding
scalable ones, but the code generation is scalarized. An imminent patch
will support scalable-vector conversions and improve the codegen for
these fixed-length conversions.
Commit: 3f5ae36833e28f29785a3485315556e957f6a5c7
https://github.com/llvm/llvm-project/commit/3f5ae36833e28f29785a3485315556e957f6a5c7
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/vfptoi-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vitofp-sdnode.ll
Log Message:
-----------
[RISCV][NFC] Merge identical RV32 and RV64 test checks
Compare: https://github.com/llvm/llvm-project/compare/e94fada045fe...3f5ae36833e2
More information about the All-commits
mailing list