[RISCV] Move vector cost table lookup out of the switch in getIntrinsicInstrCost. NFC
This allows vectors to be looked up if the switch is used for the scalar version of an intrinsic. Extracted from D136508.
Loading
Please sign in to comment
This allows vectors to be looked up if the switch is used for the scalar version of an intrinsic. Extracted from D136508.