Commit d6db1e0
committed
[AArch64][SME] Fix bug on SMELd1St1
Patch[1] has update intrinsic interface for ld1/st1, while based on ARM's document,
"If the intrinsic also has a vnum argument, the ZA slice number is calculated by adding vnum to slice.".
But the "vnum" did not work for our realization now, this patch fix this point.
[1]ee31ba01 parent 69d66fa commit d6db1e0
File tree
3 files changed
+229
-114
lines changed- clang
- lib/CodeGen
- test/CodeGen/AArch64/sme-intrinsics
3 files changed
+229
-114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10628 | 10628 | | |
10629 | 10629 | | |
10630 | 10630 | | |
10631 | | - | |
| 10631 | + | |
10632 | 10632 | | |
10633 | 10633 | | |
10634 | 10634 | | |
| |||
10640 | 10640 | | |
10641 | 10641 | | |
10642 | 10642 | | |
| 10643 | + | |
| 10644 | + | |
| 10645 | + | |
10643 | 10646 | | |
10644 | 10647 | | |
10645 | 10648 | | |
10646 | | - | |
| 10649 | + | |
10647 | 10650 | | |
10648 | 10651 | | |
10649 | 10652 | | |
| |||
0 commit comments