Skip to content
  • Sam Parker's avatar
    [NFCI][CostModel] Refactor getIntrinsicInstrCost · 8cc911fa
    Sam Parker authored
    Combine the two API calls into one by introducing a structure to hold
    the relevant data. This has the added benefit of moving the boiler
    plate code for arguments and flags, into the constructors. This is
    intended to be a non-functional change, but the complicated web of
    logic involved here makes it very hard to guarantee.
    
    Differential Revision: https://reviews.llvm.org/D79941
    8cc911fa