[clang] [llvm] [Hexagon] Add V79 support to compiler and assembler (PR #120983)

2025-01-07 Thread Alexey Karyakin via cfe-commits
quic-akaryaki wrote: This change misses new HVX instructions in HexagonDepInstrInfo.td, like: V6_get_qfext V6_get_qfext_oracc V6_set_qfext, (about 20 in total). https://github.com/llvm/llvm-project/pull/120983 ___ cfe-commits mailing list cfe-commits@l

[clang] [llvm] [Hexagon] NFC: Reduce the amount of version-specific code (PR #145812)

2025-06-25 Thread Alexey Karyakin via cfe-commits
https://github.com/quic-akaryaki updated https://github.com/llvm/llvm-project/pull/145812 >From a84ed78481f37843143b5622a1351d7d8a3c3045 Mon Sep 17 00:00:00 2001 From: Alexey Karyakin Date: Mon, 19 May 2025 12:16:36 -0700 Subject: [PATCH] [Hexagon] NFC: Reduce the amount of version-specific cod