To fix llvm-mca's error of 'found an unsupported instruction
in the input assembly sequence.' caused by the lack of
scheduling info.
Pseudo function call instructions will be expanded to auipc
and jalr, so their scheduling info are the combination of
two.
This may not be the right way to fix the error. I have tried
to expand calls in RISCVAsmParser but it failed because of
some encoding errors.
Don't exceed 80 characters per line.