[VectorCombine] scalarizeLoadExtract - infinite loop if we scalarize a dead extract waiting to be erased #129373
Labels
bug
Indicates an unexpected problem or unintended behavior
llvm:hang
Compiler hang (infinite loop)
llvm:transforms
Reduced test case:
scalarizeLoadExtract iterates across all users of a load, and doesn't account for possible orders in the worklist that prevent unused instructions that use the load from being erased afterward.
Fix incoming
The text was updated successfully, but these errors were encountered: