aboutsummaryrefslogtreecommitdiff
path: root/test/varargs.qbe
AgeCommit message (Collapse)Author
2021-06-30stmt: Check that controlling expression is a scalar, and drop unneeded ↵Michael Forney
conversion The conversion is only needed for floating types. QBE isn't able to optimize it away for integer types yet, so removing this unnecessary conversion has a substantial performance benefit.
2019-07-03Convert controlling expression of loops to boolMichael Forney
2019-05-08Update expected test output for fe4297ba1dMichael Forney
2019-04-16tests -> testMichael Forney