riscv-llvm icon indicating copy to clipboard operation
riscv-llvm copied to clipboard

Implement frame pointer elimination

Open asb opened this issue 8 years ago • 1 comments

Code changes should be fairly straight-forward, testing will take most effort.

asb avatar Aug 20 '17 16:08 asb

Implemented. This makes the use of update_llc_test_checks.py much more sensible for straight-forward RISC-V test cases. I'll leave this issue open until I clean up the tests to check both with and without framepointer for important cases (e.g. varargs, alloca).

asb avatar Oct 11 '17 15:10 asb