[NFC] Removed unused prefixes in test/CodeGen/AMDGPUMore patches to follow.Differential Revision: https://reviews.llvm.org/D94121
[SLP] reduce code for finding reduction costs; NFCWe can get both (vector/scalar) costs in a single switchinstead of sequentially.