-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable NDD on genCodeForBinary consolidate TakesLegacyPromotedEvexPrefix logics. ensure register encoding is correct under legacy-promoted-evex encoding. Make sure the overflow check is correctly emitted. simplify the compiler setup logics. emitInsNddBinary make sure REX will not be added when EVEX presents. resolve comment and clean up. enable more NDD instructions. bug fixes enable imul add emitter unit tests, and fix encoding error for CMOVcc bug fixes: 1. make sure RWR_RRD_SHF has correct register update mode 2. make sure shift instructions will get correct opcode in RR path. refactor emitInsBinary clean up clean up and refactor some code Adding updated coredistools.dll built with LLVM 19.1.0 make sure the code size estimation is correct for some apx promoted instructions. add tuning knob to EVEX.ND feature. flip the Evex.nd knob. put NDD control knob to the correct place.
- Loading branch information
1 parent
42c6cfc
commit 2740ca6
Showing
10 changed files
with
1,067 additions
and
130 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
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
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
Oops, something went wrong.