[llvm] [PowerPC] 32-bit large code-model support for toc-data (PR #85129)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 01:03:49 PDT 2024
================
@@ -1272,6 +1285,30 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) {
EmitToStreamer(*OutStreamer, TmpInst);
return;
}
+ case PPC::ADDItocL: {
----------------
chenzheng1030 wrote:
format related:
PPC::ADDItocL and PPC::ADDItocL8 are almost the same. Is it possible to merge them into one case?
https://github.com/llvm/llvm-project/pull/85129
More information about the llvm-commits
mailing list