[all-commits] [llvm/llvm-project] de732d: [Hexagon] Handle Call Operand vxi1 in Hexagon with...

pkarveti via All-commits all-commits at lists.llvm.org
Tue Jul 8 09:43:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de732df5515bd8ee901fe6692a522ced204c2eb8
      https://github.com/llvm/llvm-project/commit/de732df5515bd8ee901fe6692a522ced204c2eb8
  Author: pkarveti <quic_pkarveti at quicinc.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/test/CodeGen/Hexagon/calloperand-v128i1.ll
    M llvm/test/CodeGen/Hexagon/calloperand-v16i1.ll
    M llvm/test/CodeGen/Hexagon/calloperand-v32i1.ll
    M llvm/test/CodeGen/Hexagon/calloperand-v64i1.ll

  Log Message:
  -----------
  [Hexagon] Handle Call Operand vxi1 in Hexagon without HVX Enabled (#136546)

This commit updates the Hexagon backend to handle vxi1 call operands
Without HVX enabled. It ensures compatibility for vector types of sizes
4, 8, 16, 32, 64, and 128 x i1 when HVX is not enabled.



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