clover/nir: add a constant folding pass before lowering mem const
If we lower mem constants first, then direct array accesses to constants never get lowered, so do a constant fold pass first to remove direct const array accesses.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
If we lower mem constants first, then direct array accesses to constants never get lowered, so do a constant fold pass first to remove direct const array accesses.