Optimize leaf functions by not generating save/restore for callee saved
registers. Update regression tests also.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rG44a4f9392546: [VE] Optimize leaf functions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
We should upstream the utils/update_llc_test_checks.py changes that were used to generate these tests.
Comment Actions
Rebase to the upstream/master and update newly added regression tests,
lsv.ll and fastcc_callee.ll.