forked from OSchip/llvm-project
[RISCV] Remove stale comments from tests. NFC
The tests no longer generate the instructions that are mentioned in the comments.
This commit is contained in:
parent
1e93f3895f
commit
683cbc12b3
|
@ -88,8 +88,6 @@ define double @fcvt_d_s(float %a) nounwind {
|
|||
ret double %1
|
||||
}
|
||||
|
||||
; For RV64D, fcvt.l.d is semantically equivalent to fcvt.w.d in this case
|
||||
; because fptosi will produce poison if the result doesn't fit into an i32.
|
||||
define i32 @fcvt_w_d(double %a) nounwind {
|
||||
; RV32IFD-LABEL: fcvt_w_d:
|
||||
; RV32IFD: # %bb.0:
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
|
||||
; RUN: | FileCheck -check-prefix=RV64I %s
|
||||
|
||||
; For RV64F, fcvt.l.s is semantically equivalent to fcvt.w.s in this case
|
||||
; because fptosi will produce poison if the result doesn't fit into an i32.
|
||||
define i32 @fcvt_w_s(float %a) nounwind {
|
||||
; RV32IF-LABEL: fcvt_w_s:
|
||||
; RV32IF: # %bb.0:
|
||||
|
|
Loading…
Reference in New Issue