[llvm] [RISCV] Support postRA vsetvl insertion pass (PR #70549)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 10:11:00 PDT 2024
================
@@ -19,9 +19,9 @@ define <2 x half> @nearbyint_v2f16(<2 x half> %v) strictfp {
; CHECK-NEXT: frflags a0
; CHECK-NEXT: vfcvt.x.f.v v9, v8, v0.t
; CHECK-NEXT: vfcvt.f.x.v v9, v9, v0.t
-; CHECK-NEXT: fsflags a0
----------------
preames wrote:
These are interesting, but not important. We're apparently treating vsetvli as if it modifies fflags. We should probably fix that at some point.
https://github.com/llvm/llvm-project/pull/70549
More information about the llvm-commits
mailing list