This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME] Add support for conditional select for svcount.
AbandonedPublic

Authored by sdesmalen on Oct 27 2022, 10:03 AM.

Details

Reviewers
None
Summary

This patch adds codegen support to match a conditional select with svcount
operands.

It also fixes an issue in InstCombineSelect.cpp where it tried to query the
(scalable) size of an aarch64_svcount type.

Diff Detail