[PATCH] D91053: [PowerPC] Lump the constants to save one addis for each constant access

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 00:06:20 PDT 2021


qiucf added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1526
 
+void PPCLinuxAsmPrinter::emitMachineConstantPoolValue(
+    MachineConstantPoolValue *MCPV) {
----------------
Can this also support AIX?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91053/new/

https://reviews.llvm.org/D91053



More information about the llvm-commits mailing list