You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR] Treat ConstVectorAttr of all-zero elements as a null value (#2024)
Extend isNullValue in CIRGenBuilder to recognize cir::ConstVectorAttr
whose elements are all zero. This allows vector constants such as {0, 0}
to be correctly classified as null values during CIR codegen, matching
scalar null-handling behavior and enabling proper lowering of vector
initialization patterns.
---------
Co-authored-by: Mahmood Yassin <[email protected]>
0 commit comments