Skip to content
  • David Green's avatar
    [ARM] Favour post inc for MVE loops · 5e51f755
    David Green authored
    We were previously not necessarily favouring postinc for the MVE loads
    and stores, leading to extra code prior to the loop to set up the
    preinc. MVE in general can benefit from postinc (as we don't have
    unrolled loops), and certain instructions like the VLD2's only post-inc
    versions are available.
    
    Differential Revision: https://reviews.llvm.org/D70790
    5e51f755