llvm/llvm-project

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

Open

#149 276 ouverte le 17 juil. 2025

Voir sur GitHub
 (10 commentaires) (0 réactions) (1 assigné)C++ (10 782 forks)batch import
backend:ARMgood first issue

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

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

ARMISD::VMOVFPIMM might be useful as well

Guide contributeur