llvm/llvm-project

[ARM] computeKnownBitsForTargetNode - add handling for ARMISD::VMOVIMM\VMVNIMM

Open

#149,276 opened on Jul 17, 2025

View on GitHub
 (10 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
backend:ARMgood first issue

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (Avg merge 1d 2h) (1,000 merged PRs in 30d)

Description

Similar to #148634 - the constant operand need to be decoded and then converted with KnownBits::makeConstant

ARMISD::VMOVFPIMM might be useful as well

Contributor guide