Sanjay Patel 8d76fbb5f0 [VectorCombine] fix crashing on match of non-canonical fneg
We can't assume that operand 0 is the negated operand because
the matcher handles "fsub -0.0, X" (and also +0.0 with FMF).

By capturing the extract within the match, we avoid the bug
and make the transform more robust (can't assume that this
pass will only see canonical IR).
2022-10-17 10:47:48 -04:00
..
2022-06-29 16:14:41 -05:00
2022-09-30 11:31:02 -07:00
2022-09-30 10:26:01 -04:00
2022-10-05 10:31:03 +02:00
2022-08-24 22:41:38 +00:00