https://github.com/sdesmalen-arm closed
https://github.com/llvm/llvm-project/pull/80295
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/dtemirbulatov approved this pull request.
LGTM.
https://github.com/llvm/llvm-project/pull/80295
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/sdesmalen-arm updated
https://github.com/llvm/llvm-project/pull/80295
>From 6759819e531424ecc84f11c493b63d3092e4cabd Mon Sep 17 00:00:00 2001
From: Sander de Smalen
Date: Thu, 1 Feb 2024 14:01:58 +
Subject: [PATCH 1/2] NFC: Refactor code in SemaChecking [to squash]
---
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff c2675ba91aa22e7530465f027fbd853c05b95192
12600c89a2603615225bbdeafea94f98782bb9c8 --
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sander de Smalen (sdesmalen-arm)
Changes
When a function F has ZA and ZT0 state, calls another function G that only
shares ZT0 state with its caller, F will have to save ZA before the call to G,
and restore it afterwards (rather than settin
https://github.com/sdesmalen-arm created
https://github.com/llvm/llvm-project/pull/80295
When a function F has ZA and ZT0 state, calls another function G that only
shares ZT0 state with its caller, F will have to save ZA before the call to G,
and restore it afterwards (rather than setting up a l