llvm/llvm-project

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

クローズ

#174,337 opened on 2026/01/04

 (13 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (10,782 件のフォーク)batch import
backend:AArch64backend:ARMgood first issue

Repository metrics

Stars
 (26,378 個のスター)
PR merge metrics
 (平均マージ 1d 2h) (30d で 1,000 merged PRs)

説明

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

コントリビューターガイド