diff options
author | wangpc <pc.wang@linux.alibaba.com> | 2022-04-24 14:55:54 +0800 |
---|---|---|
committer | wangpc <pc.wang@linux.alibaba.com> | 2022-04-24 14:58:18 +0800 |
commit | 7a21a0525a696f17e6d6915c7515a30c0bda259a (patch) | |
tree | 41dff18c1d4415d49acaa3033282d9a53bac37d6 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | ae76eb32a5988c1f4ebb07e7e5eb9de2b036e194 (diff) | |
download | llvm-7a21a0525a696f17e6d6915c7515a30c0bda259a.zip llvm-7a21a0525a696f17e6d6915c7515a30c0bda259a.tar.gz llvm-7a21a0525a696f17e6d6915c7515a30c0bda259a.tar.bz2 |
[RISCV] Add sched to pseudo function call instructions
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.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D123578
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions