[PATCH] D62683: [ARM][FIX] Ran out of registers due tail recursion

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 01:11:15 PDT 2019


dnsampaio updated this revision to Diff 202380.
dnsampaio marked 4 inline comments as done.
dnsampaio added a comment.

[ARM][FIX] Ran out of registers due tail recursion

- Removed isSibCall in favor of isTailCall
- clang-format-diff
- Updated test, now checking for correct registers


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62683

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/ARM/pr42062.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62683.202380.patch
Type: text/x-patch
Size: 9577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/78c90a9c/attachment.bin>


More information about the llvm-commits mailing list