verilator/test_regress
Eunseo Song 1946df8bc8 Fix type check for bitwise operators on unpacked arrays (#5664)
Reject non-packed array operands (unpacked, dynamic, queue, associative)
in bitwise AND, OR, and XOR at the type-checking stage (V3Width) instead
of letting them reach V3DfgPeephole where they cause an internal error.

Add AstNodeDType::isNonPackedArray() helper and replace all existing
VN_IS(*, UnpackArrayDType) || VN_IS(*, DynArrayDType) || ... patterns
across the codebase to use it.

Closes #5664
2026-04-02 11:03:38 +09:00
..
t Fix type check for bitwise operators on unpacked arrays (#5664) 2026-04-02 11:03:38 +09:00
.gdbinit
.gitignore
CMakeLists.txt Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
Makefile Internals: make test-diff macOS compatibility fix - again 2026-01-28 11:05:27 +00:00
Makefile_obj Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
driver.py Tests: Set MallocNanoZone=0 on macOS when using asan 2026-03-22 17:09:02 +00:00
input.vc
input.xsim.vc