[PATCH] D53889: [CodeGen] Prefer static frame index for STATEPOINT liveness args
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 25 19:12:54 PST 2018
reames requested changes to this revision.
reames added inline comments.
This revision now requires changes to proceed.
================
Comment at: test/CodeGen/X86/statepoint-stack-usage.ll:143
+
+define void @test_fixed_arg(%struct* byval %x) gc "statepoint-example" {
+; CHECK-LABEL: test_fixed_arg
----------------
Can you expand the check statements here? And check the actual debug output for the stackmap? I can't judge whether the encoding is correct from the test.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53889/new/
https://reviews.llvm.org/D53889
More information about the llvm-commits
mailing list