Commit 8367ba9
Lowering `neon_vsubd_s64` and `neon_vsubd_u64`
- [Clang CGBuiltin
Implementation](https://github.com/llvm/clangir/blob/2b1a638ea07ca10c5727ea835bfbe17b881175cc/clang/lib/CodeGen/CGBuiltin.cpp#L12463-L12465)
- [vaddd_s64 Builtin
definition](https://developer.arm.com/architectures/instruction-sets/intrinsics/vsubd_s64)
- [vaddd_u64 Builtin
definition](https://developer.arm.com/architectures/instruction-sets/intrinsics/vsubd_u64)
1 parent ac4b426 commit 8367ba9
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 | |
|---|---|---|---|
| |||
3790 | 3790 | | |
3791 | 3791 | | |
3792 | 3792 | | |
3793 | | - | |
| 3793 | + | |
3794 | 3794 | | |
3795 | 3795 | | |
3796 | 3796 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9906 | 9906 | | |
9907 | 9907 | | |
9908 | 9908 | | |
9909 | | - | |
9910 | | - | |
9911 | | - | |
9912 | | - | |
9913 | | - | |
9914 | | - | |
| 9909 | + | |
| 9910 | + | |
9915 | 9911 | | |
9916 | | - | |
9917 | | - | |
9918 | | - | |
9919 | | - | |
9920 | | - | |
9921 | | - | |
| 9912 | + | |
| 9913 | + | |
| 9914 | + | |
| 9915 | + | |
| 9916 | + | |
| 9917 | + | |
| 9918 | + | |
| 9919 | + | |
| 9920 | + | |
| 9921 | + | |
| 9922 | + | |
| 9923 | + | |
| 9924 | + | |
| 9925 | + | |
| 9926 | + | |
| 9927 | + | |
| 9928 | + | |
| 9929 | + | |
| 9930 | + | |
| 9931 | + | |
9922 | 9932 | | |
9923 | 9933 | | |
9924 | 9934 | | |
| |||
0 commit comments