about summary refs log tree commit diff homepage
path: root/test/ArrayOpt/test_mixed_hole.c
AgeCommit message (Collapse)Author
2019-12-12[optimize-array] Fix hole index in buildMixedSelectExprTimotej Kapus
buildMixedSelectExpr was using the byte index for holes in the select condition instead of the word based one. This only occured if there was more than 1 hole.