google / gematria

Machine learning for machine code.
Apache License 2.0
77 stars 11 forks source link

Explicitly define df register #263

Closed boomanaiden154 closed 1 week ago

boomanaiden154 commented 1 week ago

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.