Now that llvm-exegesis has support for explicitly setting the df register, we should explicitly define df rather than eflags/rflags when something in the block uses df. This fixes a MC verification error when using the loop snippet repetitor due to implicitly defined registers not being set as live-ins.
Now that llvm-exegesis has support for explicitly setting the df register, we should explicitly define df rather than eflags/rflags when something in the block uses df. This fixes a MC verification error when using the loop snippet repetitor due to implicitly defined registers not being set as live-ins.