-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm: Update baseline to 0f0d3fb6b59b27628a05f2da536b0294c99d61bc
- Loading branch information
1 parent
5ec54df
commit 619fcaa
Showing
2,465 changed files
with
8,093 additions
and
7,258 deletions.
There are no files selected for viewing
Submodule llvm-project
updated
1210 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
func0000000000000001: | ||
tst w2, #0xfff8 | ||
cset w8, eq | ||
mov w8, #16 | ||
csel w8, w8, wzr, eq | ||
tst w0, #0x1 | ||
lsl w8, w8, #4 | ||
csel w0, w1, w8, ne | ||
ret | ||
|
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
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,7 +1,8 @@ | ||
func0000000000000005: | ||
mov w8, #2 | ||
tst w1, #0xffff | ||
and w9, w0, #0x1 | ||
cset w8, ne | ||
orr w0, w9, w8, lsl #1 | ||
csel w8, wzr, w8, eq | ||
bfxil w8, w0, #0, #1 | ||
mov x0, x8 | ||
ret | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
func0000000000000004: | ||
and w8, w0, #0xff | ||
sub w9, w8, #97 | ||
cmp w9, #26 | ||
cset w9, lo | ||
eor w0, w8, w9, lsl #5 | ||
and w9, w0, #0xff | ||
mov w8, #32 | ||
sub w10, w9, #97 | ||
cmp w10, #26 | ||
csel w8, w8, wzr, lo | ||
eor w0, w8, w9 | ||
ret | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
func0000000000000067: | ||
mov w8, #2 | ||
cmp w1, #0 | ||
cset w8, ne | ||
lsl w8, w8, #1 | ||
csel w8, wzr, w8, eq | ||
add x0, x0, x8 | ||
ret | ||
|
||
|
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,8 +1,9 @@ | ||
func0000000000000008: | ||
and w8, w0, #0xff | ||
sub w9, w8, #65 | ||
cmp w9, #26 | ||
cset w9, lo | ||
orr w0, w8, w9, lsl #5 | ||
and w9, w0, #0xff | ||
mov w8, #32 | ||
sub w10, w9, #65 | ||
cmp w10, #26 | ||
csel w8, w8, wzr, lo | ||
orr w0, w8, w9 | ||
ret | ||
|
Oops, something went wrong.