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

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 13:41:21 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.


Sorry, I misunderstood your point in previous comment. I am adding and verifying a case where intermediate instructions (not use the result of callee) added between the speculatable callee and the return instruction.


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