Skip to content
Commit 55afd256 authored by Evan Cheng's avatar Evan Cheng
Browse files

Perform sibcall in some cases when arguments are passes memory. Look for cases

where callee's arguments are already in the caller's own caller's stack and
they line up perfectly. e.g.

extern int foo(int a, int b, int c);

int bar(int a, int b, int c) {
  return foo(a, b, c);
}

llvm-svn: 95053
parent c1f69989
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment