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][CIRGen] Add const attribute to alloca operations
This patch adds a new attribute `const` to the alloca operation to indicate that
the corresponding local variable declaration is `const`-qualified. Future
optimizations may find this new attribute useful.
0 commit comments