Files
llvm-project/clang/test/CIR/CodeGen/global-array-dtor.cpp
adams381 3091b98113 [CIR] Add noundef to __cxx_global_array_dtor parameter (#191529)
The synthetic __cxx_global_array_dtor helper created by
LoweringPrepare was missing noundef on its ptr parameter,
causing a mismatch with classic codegen.
2026-04-16 12:08:19 -05:00

6.4 KiB