craig.topper added inline comments.

================
Comment at: llvm/test/CodeGen/RISCV/rvv/ceil-vp.ll:24
 ; CHECK-NEXT:    vfsgnj.vv v8, v9, v8, v0.t
+; CHECK-NEXT:    fsrm a0
 ; CHECK-NEXT:    ret
----------------
This is concerning. This means the `vfcvt.f.x.v` is getting the modified 
rounding mode from `fsrmi a0, 3`. I think its functionally ok due to the inputs 
involved, but it still shouldn't be happening. Is the vfcvt.f.x.v missing its 
FRM implicit dependency for DYN?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154635/new/

https://reviews.llvm.org/D154635

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to