summaryrefslogtreecommitdiff
path: root/test/c/pattern_concat_nest.sail
AgeCommit message (Collapse)Author
2019-06-30Fix bug with toplevel pattern in RISC-V duopodAlasdair
Do this by making sure that generic pattern literal re-writing gets applied to top-level function clauses. This requires re-ordering the rewrites for most backends otherwise they break, which hopefully wo anything. After doing this re-ordering I had to turn off casting when rewriting bitvector patterns, otherwise insane things can happen.
2018-08-22Fix a bug in nested vector concatenation patternsAlasdair Armstrong