[PATCH] D93659: [AIX][XCOFF] emit vector info of traceback table.

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 13:40:59 PST 2021


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:2008
+    uint16_t VRData = 0;
+    // Calculate the number of VRs be saved.
+    for (unsigned Reg = PPC::V20; Reg <= PPC::V31; ++Reg)
----------------
To coordinate with D96351, the number of vector registers saved should be zero in the default ABI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93659



More information about the llvm-commits mailing list