llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
312 stars 86 forks source link

[CIR][CIRGen] Fix compound assignment for vector types #610

Closed seven-mile closed 1 month ago

seven-mile commented 1 month ago

There is a code path missing the counterpart in CIRGen of vector types. When using compound assignments like a[0] += a[1], this code path is activated and end up with NYI.