Files
clang-p2996/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
Nicholas Guy 1b2943534f [llvm] Fix crash caused by reprocessing complex reductions (#122077)
If a complex pattern had the shape of both a complex->complex reduction
and a complex->single reduction, the matching would recognise both and
deem the graph a valid transformation. Preventing this reprocessing
results in only one of these matching, meaning that in the case of an
invalid graph, we don't try to transform it anyway.
2025-01-09 08:31:57 +00:00

79 KiB