Details
Details
- Reviewers
dmgreen - Commits
- rGc314667141da: [ARM] Pre-Commit Tests for PR60510
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/ARM/fp16-return-pr60510.ll | ||
---|---|---|
6 | I need to go back and re-enable these tests, or remove these run lines. Oops. |
Comment Actions
Most recent change adds tests with multiple uses of the returned value.
llvm/test/CodeGen/ARM/fp16-return-pr60510.ll | ||
---|---|---|
6 | Done. |
Comment Actions
I figured most of that was prolog/epilog that wasn't where the bug was, and the issue i was running into was the arm/thumb prologs/epilogs were different, but the function bodies were not. This still shows the movs to set the registers used for return values.
I need to go back and re-enable these tests, or remove these run lines. Oops.