[PATCH] D100009: [Statepoint Lowering] Allow other than N byte sized types in deopt bundle
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 04:36:39 PDT 2021
yrouban planned changes to this revision.
yrouban added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:186
+ }
+ EVT VT64 = EVT::getIntegerVT(*Builder.DAG.getContext(), 64);
+ // Note: The fact that compressed gc references are zero extended is part
----------------
64 should be replaced with PromoteSlotBitsInSelectionDAG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100009/new/
https://reviews.llvm.org/D100009
More information about the llvm-commits
mailing list