llvm-project
e301a7bb - [TTI] Remove getVPMemoryOpCost. NFC (#160838)

Commit
1 day ago
[TTI] Remove getVPMemoryOpCost. NFC (#160838) No target implements this and nothing calls it. The cost of vp.load/store/gather/scatter etc. are handled by BasicTTIImpl::getIntrinsicInstrCost which forwards it onto the appropriate TTI::getMemoryOpCost/getGatherScatterOpCost etc.
Author
Parents
Loading