Commit 947433b
Lowering Neon `vaddd_s64` and `vaddd_u64`
- [Clang CGBuiltin
Implementation](https://github.com/llvm/clangir/blob/2b1a638ea07ca10c5727ea835bfbe17b881175cc/clang/lib/CodeGen/CGBuiltin.cpp#L12460-L12462)
- [vaddd_s64 Builtin
definition](https://developer.arm.com/architectures/instruction-sets/intrinsics/vaddd_s64)
- [vaddd_u64 Builtin
definition](https://developer.arm.com/architectures/instruction-sets/intrinsics/vaddd_u64)
1 parent 5dd38b2 commit 947433b
File tree
2 files changed
+23
-13
lines changed- clang
- lib/CIR/CodeGen
- test/CIR/CodeGen/AArch64
2 files changed
+23
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3787 | 3787 | | |
3788 | 3788 | | |
3789 | 3789 | | |
3790 | | - | |
| 3790 | + | |
3791 | 3791 | | |
3792 | 3792 | | |
3793 | 3793 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9881 | 9881 | | |
9882 | 9882 | | |
9883 | 9883 | | |
9884 | | - | |
9885 | | - | |
9886 | | - | |
9887 | | - | |
9888 | | - | |
9889 | | - | |
| 9884 | + | |
| 9885 | + | |
9890 | 9886 | | |
9891 | | - | |
9892 | | - | |
9893 | | - | |
9894 | | - | |
9895 | | - | |
9896 | | - | |
| 9887 | + | |
| 9888 | + | |
| 9889 | + | |
| 9890 | + | |
| 9891 | + | |
| 9892 | + | |
| 9893 | + | |
| 9894 | + | |
| 9895 | + | |
| 9896 | + | |
| 9897 | + | |
| 9898 | + | |
| 9899 | + | |
| 9900 | + | |
| 9901 | + | |
| 9902 | + | |
| 9903 | + | |
| 9904 | + | |
| 9905 | + | |
| 9906 | + | |
9897 | 9907 | | |
9898 | 9908 | | |
9899 | 9909 | | |
| |||
0 commit comments