[PATCH] D80714: [StatepointLowering] Handle UNDEF gc values.
Denis Antrushin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 05:57:28 PDT 2020
dantrushin marked an inline comment as done.
dantrushin added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GCStrategy.h:77
- bool NeededSafePoints = false; ///< if set, calls are inferred to be safepoints
+ bool NeededSafePoints = false; ///< if set, calls are inferred to be safepoints
bool UsesMetadata = false; ///< If set, backend must emit metadata tables.
----------------
Should this be spelled `NeedsSafePoints` (needs vs. needed) ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80714/new/
https://reviews.llvm.org/D80714
More information about the llvm-commits
mailing list