Displaying 1 result from an estimated 1 matches for "r310480".
Did you mean:
r310408
2017 Aug 14
2
LLVM Weekly - #189, Aug 14th 2017
...ionality is subsumed by isLegalAddressingMode.
[r310463](http://reviews.llvm.org/rL310463).
* The AArch64 and ARM backends gained assembler support for the ARMv8.2a dot
product instructions. (Question to my readers: Given Arm's recent rebranding,
should that be Armv8.2a or armv8.2a instead?).
[r310480](http://reviews.llvm.org/rL310480),
[r310701](http://reviews.llvm.org/rL310701).
* A new "Restored" flag has been added to CalleeSavedInfo.
[r310619](http://reviews.llvm.org/rL310619).
* Most AVX512 broadcast intrinsics have been removed and will be auto-upgraded
when loaded old IR. [r3...