[PATCH] D92398: [AIX][XCOFF] emit traceback table for function in aix
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 20:32:42 PST 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h:26
+public:
+ enum ParamType { FixedType = 0, ShortFloatPoint = 2, LongFloatPoint = 3 };
+
----------------
hubert.reinterpretcast wrote:
> There seems to be no requirement for the enumerators to take on these particular values.
Okay, this is used by `setParameterType`. It seems that the values should be written as hex here alongside comments indicating the bitstrings used in the encoding format.
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