llvm-project
cfe5975e - [MLIR] Fix SCF verifier crash (#153974)

Commit
42 days ago
[MLIR] Fix SCF verifier crash (#153974) An operand of the nested yield op can be null and hasn't been verified yet when processing the enclosing operation. Using `getResultTypes()` will dereference this null Value and crash in the verifier.
Author
Parents
Loading