llvm/llvm-project

[ARM][AArch64] Remove CLS special handling and use generic ISD::CTLS node

Fermée

#174 337 ouverte le 4 janv. 2026

 (13 commentaires) (0 réaction) (1 personne assignée)C++ (10 782 forks)batch import
backend:AArch64backend:ARMgood first issue

Métriques du dépôt

Stars
 (26 378 étoiles)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

Once #173417 has landed, the arm/aarch64 intrinsics (int_arm_mve_vcls/int_arm_neon_vcls/int_aarch64_cls/int_aarch64_cls64 etc.) can be expanded to ISD::CTLS in DAG/GISel and the remaining patterns/setOperationAction calls converted to use ISD::CTLS

Guide contributeur