[clang] [llvm] [arm] Support reserving r4 and r5 alongside r9 (PR #88981)

2024-04-23 Thread via cfe-commits
https://github.com/benisxdxd updated https://github.com/llvm/llvm-project/pull/88981 >From 24453d337187e43a5901337681098d2e7520b740 Mon Sep 17 00:00:00 2001 From: benisxdxd <164242179+benisx...@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:38:26 +0300 Subject: [PATCH 1/3] [arm] Support

[clang] [llvm] [arm] Support reserving r4 and r5 alongside r9 (PR #88981)

2024-04-17 Thread via cfe-commits
https://github.com/benisxdxd updated https://github.com/llvm/llvm-project/pull/88981 >From 24453d337187e43a5901337681098d2e7520b740 Mon Sep 17 00:00:00 2001 From: benisxdxd <164242179+benisx...@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:38:26 +0300 Subject: [PATCH 1/2] [arm] Support

[clang] [llvm] [arm] Support reserving r4 and r5 alongside r9 (PR #88981)

2024-04-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-backend-arm Author: None (benisxdxd) Changes I tried doing it like [this](https://github.com/llvm/llvm-project/commit/fcbec02ea6fb2a76352b64790cd9ae300f6a9943) I'm not really an expert in LLVM and such so I don't really know

[clang] [llvm] [arm] Support reserving r4 and r5 alongside r9 (PR #88981)

2024-04-16 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you,

[clang] [llvm] [arm] Support reserving r4 and r5 alongside r9 (PR #88981)

2024-04-16 Thread via cfe-commits
https://github.com/benisxdxd created https://github.com/llvm/llvm-project/pull/88981 I tried doing it like [this](https://github.com/llvm/llvm-project/commit/fcbec02ea6fb2a76352b64790cd9ae300f6a9943) I'm not really an expert in LLVM and such so I don't really know where to add tests if