[all-commits] [llvm/llvm-project] 799af5: [AArch64][GlobalISel] Add handling for cls intrins...
Joshua Rodriguez via All-commits
all-commits at lists.llvm.org
Wed Jun 3 06:01:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 799af5d80d6335cd10de91506b6beb7c043278eb
https://github.com/llvm/llvm-project/commit/799af5d80d6335cd10de91506b6beb7c043278eb
Author: Joshua Rodriguez <josh.rodriguez at arm.com>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/arm64-vcnt.ll
Log Message:
-----------
[AArch64][GlobalISel] Add handling for cls intrinsic (#200440)
Neon intrinsic neon.cls wasn't linked to the generic node G_CTLS.
Add in this link in Legalisation (LegalizeIntrinsic), to allow the intrinsic to properly lower.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list