[PATCH] D27596: Add a PreRASplit pass to enable more shrinkwrap

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 15:56:12 PST 2016


wmi added a comment.

Ah, raising CSR cost to be high enough and using existing splitting is indeed a simpler approach. I didn't think of the idea even after you hinted this in PR. I just tried https://reviews.llvm.org/D27366 and it can cover the simple testcases I have. I can help to evaluate the performance on x86 and see how the overall performance looks. Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D27596





More information about the llvm-commits mailing list