[PATCH] D100009: [WIP][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 08:39:04 PDT 2021
yrouban updated this revision to Diff 336129.
yrouban retitled this revision from "[Statepoint Lowering] Allow other than N byte sized types in deopt bundle" to "[WIP][Statepoint Lowering] Allow other than N byte sized types in deopt bundle".
yrouban added a comment.
Added 3 test cases with live-in deopt values that crash.
Removed one unrelated comment .
Fixed couple of places with hardcoded 64 const.
Marked the patch as work-in-progress.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100009/new/
https://reviews.llvm.org/D100009
Files:
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
llvm/test/CodeGen/X86/statepoint-spill-slot-size-promotion-2.ll
llvm/test/CodeGen/X86/statepoint-spill-slot-size-promotion.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100009.336129.patch
Type: text/x-patch
Size: 21316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/3493c471/attachment.bin>
More information about the llvm-commits
mailing list