[PATCH] D92398: [AIX][XCOFF] emit traceback table for function in aix
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 09:26:50 PST 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp:71
+ unsigned Bits = 0;
+ for (unsigned I = 0; I < FloatingPointParamNum + FixedParamNum - 1; ++I) {
+ if (CopyParamType & XCOFF::TracebackTable::ParmTypeIsFloatingBit) {
----------------
@DiggerLin, can you merge the updates for `FixedParamNum` and `FloatingPointParamNum` into this function? You might have missed my comment this morning about making this `appendParameterType`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92398/new/
https://reviews.llvm.org/D92398
More information about the llvm-commits
mailing list