llvm/llvm-project

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

Open

#149.276 aberto em 17 de jul. de 2025

Ver no GitHub
 (10 comments) (0 reactions) (1 assignee)C++ (10.782 forks)batch import
backend:ARMgood first issue

Métricas do repositório

Stars
 (26.378 stars)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 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

Guia do colaborador