The stack adjustment for local deallocation was incorrectly ported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Update the change per feedbacks.
- Add sub/add pair check.
- Check against the one target.
llvm/test/CodeGen/AArch64/homogeneous-prolog-epilog-local.ll | ||
---|---|---|
8 ↗ | (On Diff #361488) | Now I believe this test should just be added into arm64-homogeneous-prolog-epilog.ll This reduces the number of RUN lines which can improve performance. Every llc process has some small initial setup overhead. |