[PATCH] D80661: [CodeGen] Enable tail call position check for speculatable functions

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 07:02:32 PDT 2020


NeHuang added a comment.

In D80661#2058528 <https://reviews.llvm.org/D80661#2058528>, @jdoerfert wrote:

> Test for speculatable with a single return use but intermediate instructions missing.


Thanks for your input. "@speculatable_callee_return_use_only" was created for single return use case in "tailcall-speculatable-callee.ll".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80661





More information about the llvm-commits mailing list