Displaying 1 result from an estimated 1 matches for "r310363".
Did you mean:
rl310363
2017 Aug 14
2
LLVM Weekly - #189, Aug 14th 2017
...n added for ARMv8.3-A pointer authentication
instructions. [r310709](http://reviews.llvm.org/rL310709).
* Assembler support has been added for the new release consistent and
processor consistent loads in ARMv8.3-A.
[r310575](http://reviews.llvm.org/rL310575).
* A basic RISCVAsmParser has landed.
[r310363](http://reviews.llvm.org/rL310363).
* The TargetTransformInfo::isFoldableMemAccess hook has been removed, as its
functionality is subsumed by isLegalAddressingMode.
[r310463](http://reviews.llvm.org/rL310463).
* The AArch64 and ARM backends gained assembler support for the ARMv8.2a dot
product in...