[all-commits] [llvm/llvm-project] b14b0b: [RISCV] Add test cases with result of fp_to_s/uint...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Sep 12 20:37:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b14b0b5213e4ee0d7d0873c341a044f52195785a
https://github.com/llvm/llvm-project/commit/b14b0b5213e4ee0d7d0873c341a044f52195785a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/double-convert.ll
M llvm/test/CodeGen/RISCV/float-convert.ll
M llvm/test/CodeGen/RISCV/half-convert.ll
Log Message:
-----------
[RISCV] Add test cases with result of fp_to_s/uint_sat sign/zero-extended from i32 to i64. NFC
I believe the result for fp_to_uint_sat is incorrect for this case.
More information about the All-commits
mailing list