[llvm] [RISCV] Support postRA vsetvl insertion pass (PR #70549)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 10:18:30 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
----------------
lukel97 wrote:

See #91319, it carries the same diff. Looks like the scheduler wants to move fsflags after the vfsgnj.vv: Both #91319 and this PR allow it to

https://github.com/llvm/llvm-project/pull/70549


More information about the llvm-commits mailing list