This is an archive of the discontinued LLVM Phabricator instance.

[3/4][RISCV][MC] Teach MCInstrAnalysis::evaluateBranch to determine the target of an auipc+jalr
Needs ReviewPublic

Authored by asb on Jan 5 2022, 10:35 AM.

Details

Summary

Now that MCInstrAnalysis takes a previousInst argument, it can be used
to determine the target of a pair of auipc+jalr instructions.

Diff Detail