[PATCH] D59078: Fix missing memcpy, memmove and memset tail calls

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 05:18:27 PDT 2019


sanwou01 commandeered this revision.
sanwou01 added a reviewer: ramred01.
sanwou01 added a comment.

Hi, I'd like to take over this change to get it committed. There is a crash lurking when `llvm::returnTypeIsEligibleForTailCall` is called with a function that takes no arguments, so I'd like to make some changes before committing. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59078





More information about the llvm-commits mailing list