Skip to content
  • Sam Parker's avatar
    [ARM][CostModel] Improve getCastInstrCost · b4a8091a
    Sam Parker authored
    - Specifically check for sext/zext users which have 'long' form NEON
      instructions.
    - Add more entries to the table for sext/zexts so that we can report
      more accurately the number of vmovls required for NEON.
    - Pass the instruction to the pass implementation.
    
    Differential Revision: https://reviews.llvm.org/D79561
    b4a8091a