microsoft / llvm-mctoll

llvm-mctoll
Other
816 stars 125 forks source link

[X86-64] Add support for DIV64r instruction #131

Closed martin-fink closed 3 years ago

martin-fink commented 3 years ago

Support is already implemented. This commit adds the classification as a DIVIDE_REG_OP.

bharadwajy commented 3 years ago

Commit 44bbdb8a814ea5a06a12d7b9ed5a934afad6aaaa should address this.