Displaying 2 results from an estimated 2 matches for "d39091".
Did you mean:
139091
2017 Oct 19
2
RFC: AArch64 SVE Assembler/Disassembler patches
...cover the added instruction.
A first set of patches that implement SVE (unpredicated) ADD/SUB instructions can be found in Phabricator:
- https://reviews.llvm.org/D39087
- https://reviews.llvm.org/D39088
- https://reviews.llvm.org/D39089
- https://reviews.llvm.org/D39090
- https://reviews.llvm.org/D39091
Please let me know if you have any comments or suggestions to make sharing/reviewing these patches easier. I'm open to any feedback to get patches in the right shape!
Sander
[1] The AArch64 SVE specification and related documents can be found here:
https://developer.arm.com/products/softw...
2017 Oct 19
2
RFC: AArch64 SVE Assembler/Disassembler patches
...> instructions can be found in Phabricator:
>
> - https://reviews.llvm.org/D39087
>
> - https://reviews.llvm.org/D39088
>
> - https://reviews.llvm.org/D39089
>
> - https://reviews.llvm.org/D39090
>
> - https://reviews.llvm.org/D39091
>
>
>
> Please let me know if you have any comments or suggestions to make
> sharing/reviewing these patches easier. I'm open to any feedback to get
> patches in the right shape!
Hi Sander, I'm glad to see progress towards getting SVE support...