-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate clz, ctz, and popcnt on x64 to ISLE.
- Loading branch information
Showing
15 changed files
with
1,717 additions
and
1,174 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
cranelift/codegen/src/isa/aarch64/lower/isle/generated_code.manifest
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
src/clif.isle 9ea75a6f790b5c03 | ||
src/prelude.isle 9830498351ddf6a3 | ||
src/prelude.isle 3a10bacb778efff0 | ||
src/isa/aarch64/inst.isle 3678d0a37bdb4cff | ||
src/isa/aarch64/lower.isle 90accbfcadaea46d |
24 changes: 14 additions & 10 deletions
24
cranelift/codegen/src/isa/aarch64/lower/isle/generated_code.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cranelift/codegen/src/isa/s390x/lower/isle/generated_code.manifest
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
src/clif.isle 9ea75a6f790b5c03 | ||
src/prelude.isle 9830498351ddf6a3 | ||
src/prelude.isle 3a10bacb778efff0 | ||
src/isa/s390x/inst.isle d91a16074ab186a8 | ||
src/isa/s390x/lower.isle 1cc5a12adc8c75f9 |
24 changes: 14 additions & 10 deletions
24
cranelift/codegen/src/isa/s390x/lower/isle/generated_code.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.