[PATCH] D119644: [X86][Win64] Avoid statepoints in trailing call position

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 13:27:13 PST 2022


reames added a comment.

LGTM in the sense that this doesn't look obviously wrong, but that I don't understand the Win64 code here.  You should probably confirm with someone more knowledgeable of that area.



================
Comment at: llvm/test/CodeGen/X86/win64-eh-trailing-statepoint.ll:3
+
+; CHECK: foo:
+; CHECK: callq raise
----------------
Can you use update_lit_test here?  It's really hard to see what the resulting assembly actually is here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119644/new/

https://reviews.llvm.org/D119644



More information about the llvm-commits mailing list