microsoft / llvm-mctoll

llvm-mctoll
Other
816 stars 125 forks source link

Add support for `pcmbeq` instructions #157

Closed martin-fink closed 2 years ago

martin-fink commented 2 years ago

Add support for movdqa, movdqu, pcmpeqb, pcmpeqw, pcmpeqd, and pcmpeqq instructions.

bharadwajy commented 2 years ago

I added changes that eliminate the workaround in this PR. Pushed to master, my changes on top of squashed commits from this PR.

@martin-fink Can you verify the dependent PRs with these changes? Thx!

martin-fink commented 2 years ago

@bharadwajy Awesome, thanks! I've rebased the dependent PR's against master.