[AArch64][RCPC3] Instruction selection for LDAP1/STL1 instructions
This implements the DAG patterns to enable instruction selection for the LDAP1 and STL1 instructions from FEAT_LRCPC3. The instructions should match the following combinations: * Aqcuiring atomic load + vector insert element for LDAP1. * Vector extract element + releasing atomic store for STL1. Patterns have also been added to cope with the DAG structure found when dealing with 1-lane sub-vectors. Reviewed By: tmatheson, efriedma Differential Revision: https://reviews.llvm.org/D153129
Loading
Please sign in to comment