]> git.tdb.fi Git - libs/gl.git/commitdiff
Leave no-op constructors as they are
authorMikko Rasa <tdb@tdb.fi>
Tue, 6 Apr 2021 09:48:44 +0000 (12:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 6 Apr 2021 09:57:39 +0000 (12:57 +0300)
In particular, don't break a matrix down into columns and construct
it again.  These could just be removed from the AST entirely, but the
expression resolver currently does not do node replacement and it's
easier to just skip this in the backend.


No differences found