llvm/llvm-project

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

已關閉

#174,337 建立於 2026年1月4日

 (13 則留言) (0 個反應) (1 位負責人)C++ (10,782 個分叉)batch import
backend:AArch64backend:ARMgood first issue

倉庫指標

星標
 (26,378 顆星)
PR 合併指標
 (平均合併 1天 2小時) (30 天內合併 1,000 個 PR)

描述

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

貢獻者指南