[PATCH] D80318: [Statepoint] Constant fold FP deopt args.
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 22:33:58 PDT 2020
skatkov accepted this revision.
skatkov added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:395
+ } else if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Incoming)) {
// If the original value was a constant, make sure it gets recorded as
// such in the stackmap. This is required so that the consumer can
----------------
I guess this comment is for both constant sections.
does it make sense to move up?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80318/new/
https://reviews.llvm.org/D80318
More information about the llvm-commits
mailing list