Re: [PATCH] Fix PR86179, stale STMT_VINFO_RELATED_STMT

2018-06-19 Thread Richard Sandiford
Richard Biener writes: > Pattern recognition can leave stale STMT_VINFO_RELATED_STMT entries > around which confuses the correctness asserting I put into > get_{earlier,later}_stmt. The following makes sure to clear > those again. To make things more complicated pattern recognition > sometimes s

[PATCH] Fix PR86179, stale STMT_VINFO_RELATED_STMT

2018-06-18 Thread Richard Biener
Pattern recognition can leave stale STMT_VINFO_RELATED_STMT entries around which confuses the correctness asserting I put into get_{earlier,later}_stmt. The following makes sure to clear those again. To make things more complicated pattern recognition sometimes scans forward ... which runs into