Commit 457e548
committed
Address review feedback
- Rename ByteInQWord to ByteIdx for loop counter within qword
- Add SelIdx for absolute byte index used in mask selection
- Use APInt::insertBits() instead of manual shift/OR for building SourceQWord
- Remove unnecessary const from local variables
- Move constexpr after __attribute__ in header macros
- Minor formatting cleanup1 parent 71dbbff commit 457e548
File tree
4 files changed
+31
-39
lines changed- clang/lib
- AST
- ByteCode
- Headers
4 files changed
+31
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3495 | 3495 | | |
3496 | 3496 | | |
3497 | 3497 | | |
3498 | | - | |
3499 | | - | |
3500 | | - | |
3501 | | - | |
3502 | | - | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
| 3501 | + | |
| 3502 | + | |
3503 | 3503 | | |
3504 | 3504 | | |
3505 | 3505 | | |
3506 | | - | |
3507 | 3506 | | |
3508 | | - | |
3509 | | - | |
| 3507 | + | |
3510 | 3508 | | |
3511 | 3509 | | |
3512 | 3510 | | |
3513 | | - | |
| 3511 | + | |
3514 | 3512 | | |
3515 | | - | |
| 3513 | + | |
3516 | 3514 | | |
3517 | 3515 | | |
3518 | | - | |
3519 | | - | |
3520 | | - | |
| 3516 | + | |
| 3517 | + | |
3521 | 3518 | | |
3522 | 3519 | | |
3523 | | - | |
| 3520 | + | |
3524 | 3521 | | |
3525 | 3522 | | |
3526 | | - | |
3527 | | - | |
| 3523 | + | |
| 3524 | + | |
3528 | 3525 | | |
3529 | 3526 | | |
3530 | 3527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16729 | 16729 | | |
16730 | 16730 | | |
16731 | 16731 | | |
16732 | | - | |
16733 | 16732 | | |
16734 | | - | |
16735 | | - | |
16736 | | - | |
16737 | | - | |
16738 | | - | |
16739 | | - | |
16740 | | - | |
| 16733 | + | |
| 16734 | + | |
| 16735 | + | |
| 16736 | + | |
| 16737 | + | |
16741 | 16738 | | |
16742 | 16739 | | |
16743 | | - | |
16744 | | - | |
16745 | | - | |
| 16740 | + | |
| 16741 | + | |
16746 | 16742 | | |
16747 | | - | |
16748 | | - | |
16749 | | - | |
| 16743 | + | |
| 16744 | + | |
| 16745 | + | |
16750 | 16746 | | |
16751 | 16747 | | |
16752 | 16748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments