[PATCH] D74242: [CodeGenPrepare] Handle ExtractValueInst in dupRetToEnableTailCallOpts

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 14:30:04 PST 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/tailcall-extract.ll:45
+}
+
+declare { {i8*, i64}, i64 } @foo(i64)
----------------
Should stress both the single index case like before, as well as the multi index. Also needs negative tests with non-0 indexes


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

https://reviews.llvm.org/D74242





More information about the llvm-commits mailing list