[clang] [llvm] [AArch64][SME] Remove SelectionDAG SME ABI lowering (PR #190950)
Benjamin Maxwell via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 08:15:22 PDT 2026
================
@@ -50,8 +50,6 @@ SMEAttrs::SMEAttrs(const AttributeList &Attrs) {
Bitmask |= SM_Body;
if (Attrs.hasFnAttr("aarch64_za_state_agnostic"))
Bitmask |= ZA_State_Agnostic;
- if (Attrs.hasFnAttr("aarch64_zt0_undef"))
- Bitmask |= ZT0_Undef;
----------------
MacDue wrote:
Okay, I've added an entry to `AArch64SME.rst` and kept a dummy check in `SMEAttrs::SMEAttrs`.
https://github.com/llvm/llvm-project/pull/190950
More information about the cfe-commits
mailing list