forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang: Switch 32bit register to register opcode to alternative
03f1 add esi, ecx 2bf3 sub esi, ebx 0ac8 or cl, al 23cd and ecx, ebp 3ac3 cmp al, bl 32d0 xor dl, al 13c9 adc ecx, ecx 1bd6 sbb edx, esi
- Loading branch information
1 parent
59242dc
commit bfaf1ae
Showing
2 changed files
with
60 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters