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
Upstream support for binary expressions and the cir.binop operation. The initial change should just add support a single operation, such as assignment. Other binary operators can then be added afterwards.
Suggested minimal test case
void f(int i) {
i = 2;
}
Existing incubator tests
clang/test/CIR/CodeGen/binop.cpp (could use improvement)