Currently the instruction paddi always takes s34imm as the type for the
34 bit immediate. However, the PC Relative form of the instruction should
not produce the same fixup as the non PC Relative form.
This patch splits the s34imm type into s34imm and s34imm_pcrel so that two
different fixups can be emitted.
Details
Details
- Reviewers
nemanjai sfertile lei NeHuang hfinkel kamaub - Group Reviewers
Restricted Project - Commits
- rG97470897c436: [PowerPC] Split s34imm into two types
rGbd2068031121: [PowerPC] Split s34imm into two types
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo